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