#[repr(C)]pub struct XSavePKRU {
pub pkru: u32,
pub padding: u32,
}Fields§
§pkru: u32§padding: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for XSavePKRU
impl RefUnwindSafe for XSavePKRU
impl Send for XSavePKRU
impl Sync for XSavePKRU
impl Unpin for XSavePKRU
impl UnwindSafe for XSavePKRU
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