#[repr(C)]pub struct OBJECT_IMAGE_PARAM {}Expand description
オブジェクトの画像パラメータ構造体
Fields§
§x: f32基準座標
y: f32§z: f32§rx: f32回転角度 (360.0で1回転)
ry: f32§rz: f32§sx: f32拡大率 (1.0=等倍)
sy: f32§sz: f32§cx: f32中心座標 (基準座標からの相対)
cy: f32§cz: f32§alpha: f32不透明度 (0.0〜1.0/0.0=透明/1.0=不透明)
Auto Trait Implementations§
impl Freeze for OBJECT_IMAGE_PARAM
impl RefUnwindSafe for OBJECT_IMAGE_PARAM
impl Send for OBJECT_IMAGE_PARAM
impl Sync for OBJECT_IMAGE_PARAM
impl Unpin for OBJECT_IMAGE_PARAM
impl UnsafeUnpin for OBJECT_IMAGE_PARAM
impl UnwindSafe for OBJECT_IMAGE_PARAM
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more