#[repr(C)]pub struct tagvE {
pub veinblock: TvEInBlock,
pub veoutblock: TvEOutBlock,
}Fields§
§veinblock: TvEInBlock§veoutblock: TvEOutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagvE
impl RefUnwindSafe for tagvE
impl Send for tagvE
impl Sync for tagvE
impl Unpin for tagvE
impl UnwindSafe for tagvE
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