#[repr(C)]pub struct Xcr {
pub xcr: u32,
pub reserved: u32,
pub value: u64,
}Fields§
§xcr: u32§reserved: u32§value: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for Xcr
impl RefUnwindSafe for Xcr
impl Send for Xcr
impl Sync for Xcr
impl Unpin for Xcr
impl UnwindSafe for Xcr
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