#[repr(C)]pub struct Cr3W { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cr3W
impl RefUnwindSafe for Cr3W
impl Send for Cr3W
impl Sync for Cr3W
impl Unpin for Cr3W
impl UnwindSafe for Cr3W
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