#[repr(C)]pub struct INPUT_TRANSFORM {
pub m: [[f32; 4]; 4],
}
Fields§
§m: [[f32; 4]; 4]
Trait Implementations§
Source§impl Clone for INPUT_TRANSFORM
impl Clone for INPUT_TRANSFORM
Source§fn clone(&self) -> INPUT_TRANSFORM
fn clone(&self) -> INPUT_TRANSFORM
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 Default for INPUT_TRANSFORM
impl Default for INPUT_TRANSFORM
Source§fn default() -> INPUT_TRANSFORM
fn default() -> INPUT_TRANSFORM
Returns the “default value” for a type. Read more
impl Copy for INPUT_TRANSFORM
Auto Trait Implementations§
impl Freeze for INPUT_TRANSFORM
impl RefUnwindSafe for INPUT_TRANSFORM
impl Send for INPUT_TRANSFORM
impl Sync for INPUT_TRANSFORM
impl Unpin for INPUT_TRANSFORM
impl UnwindSafe for INPUT_TRANSFORM
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