#[repr(C, align(16))]
pub union XMVECTORU8 {
pub u: [u8; 16],
pub v: XMVECTOR,
}Fields§
§u: [u8; 16]§v: XMVECTORTrait Implementations§
Source§impl Clone for XMVECTORU8
impl Clone for XMVECTORU8
Source§fn clone(&self) -> XMVECTORU8
fn clone(&self) -> XMVECTORU8
Returns a duplicate 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 Deref for XMVECTORU8
impl Deref for XMVECTORU8
impl Copy for XMVECTORU8
Auto Trait Implementations§
impl Freeze for XMVECTORU8
impl RefUnwindSafe for XMVECTORU8
impl Send for XMVECTORU8
impl Sync for XMVECTORU8
impl Unpin for XMVECTORU8
impl UnwindSafe for XMVECTORU8
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