#[repr(C)]pub struct tagvC {
pub vcinblock: TvCInBlock,
pub vcoutblock: TvCOutBlock,
}Fields§
§vcinblock: TvCInBlock§vcoutblock: TvCOutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagvC
impl RefUnwindSafe for tagvC
impl Send for tagvC
impl Sync for tagvC
impl Unpin for tagvC
impl UnwindSafe for tagvC
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