#[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: f32Trait Implementations§
Source§impl Abi for INPUT_TRANSFORM_0_0
impl Abi for INPUT_TRANSFORM_0_0
Source§type Abi = INPUT_TRANSFORM_0_0
type Abi = INPUT_TRANSFORM_0_0
The abi representation of the implementing type. Read more
type DefaultType = INPUT_TRANSFORM_0_0
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for INPUT_TRANSFORM_0_0
impl Clone for INPUT_TRANSFORM_0_0
Source§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 moreSource§impl Debug for INPUT_TRANSFORM_0_0
impl Debug for INPUT_TRANSFORM_0_0
Source§impl Default for INPUT_TRANSFORM_0_0
impl Default for INPUT_TRANSFORM_0_0
Source§impl PartialEq for INPUT_TRANSFORM_0_0
impl PartialEq for INPUT_TRANSFORM_0_0
impl Copy for INPUT_TRANSFORM_0_0
impl Eq 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