#[repr(C)]pub struct tagvM {
pub vminblock: TvMInBlock,
pub vmoutblock: TvMOutBlock,
}Fields§
§vminblock: TvMInBlock§vmoutblock: TvMOutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagvM
impl RefUnwindSafe for tagvM
impl Send for tagvM
impl Sync for tagvM
impl Unpin for tagvM
impl UnwindSafe for tagvM
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