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