Struct INPUT_TRANSFORM_0_0
#[repr(C)]pub struct INPUT_TRANSFORM_0_0 {}
Fields§
§_11: f32
§_12: f32
§_13: f32
§_14: f32
§_21: f32
§_22: f32
§_23: f32
§_24: f32
§_31: f32
§_32: f32
§_33: f32
§_34: f32
§_41: f32
§_42: f32
§_43: f32
§_44: f32
Trait Implementations§
§impl Clone for INPUT_TRANSFORM_0_0
impl Clone for INPUT_TRANSFORM_0_0
§fn clone(&self) -> INPUT_TRANSFORM_0_0
fn clone(&self) -> INPUT_TRANSFORM_0_0
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for INPUT_TRANSFORM_0_0
Auto Trait Implementations§
impl Freeze for INPUT_TRANSFORM_0_0
impl RefUnwindSafe for INPUT_TRANSFORM_0_0
impl Send for INPUT_TRANSFORM_0_0
impl Sync for INPUT_TRANSFORM_0_0
impl Unpin for INPUT_TRANSFORM_0_0
impl UnwindSafe for INPUT_TRANSFORM_0_0
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