pub struct CR4 { /* private fields */ }Expand description
CR4
Auto Trait Implementations§
impl Freeze for CR4
impl RefUnwindSafe for CR4
impl Send for CR4
impl Sync for CR4
impl Unpin for CR4
impl UnwindSafe for CR4
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