#[repr(C)]pub struct tagvV {
pub vvinblock: TvVInBlock,
pub vvoutblock: TvVOutBlock,
}Fields§
§vvinblock: TvVInBlock§vvoutblock: TvVOutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagvV
impl RefUnwindSafe for tagvV
impl Send for tagvV
impl Sync for tagvV
impl Unpin for tagvV
impl UnwindSafe for tagvV
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