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