#[repr(C)]pub struct tageV {
pub evinblock: TeVInBlock,
pub evoutblock: TeVOutBlock,
}Fields§
§evinblock: TeVInBlock§evoutblock: TeVOutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tageV
impl RefUnwindSafe for tageV
impl Send for tageV
impl Sync for tageV
impl Unpin for tageV
impl UnwindSafe for tageV
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