#[repr(C)]pub struct tageT {
pub etinblock: TeTInBlock,
pub etoutblock: TeTOutBlock,
}Fields§
§etinblock: TeTInBlock§etoutblock: TeTOutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tageT
impl RefUnwindSafe for tageT
impl Send for tageT
impl Sync for tageT
impl Unpin for tageT
impl UnwindSafe for tageT
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