Struct MF_FLOAT2
#[repr(C)]pub struct MF_FLOAT2 {
pub x: f32,
pub y: f32,
}
Fields§
§x: f32
§y: f32
Trait Implementations§
impl Copy for MF_FLOAT2
impl StructuralPartialEq for MF_FLOAT2
Auto Trait Implementations§
impl Freeze for MF_FLOAT2
impl RefUnwindSafe for MF_FLOAT2
impl Send for MF_FLOAT2
impl Sync for MF_FLOAT2
impl Unpin for MF_FLOAT2
impl UnwindSafe for MF_FLOAT2
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