#[repr(C)]pub struct tageL {
pub elinblock: TeLInBlock,
pub eloutblock: TeLOutBlock,
}Fields§
§elinblock: TeLInBlock§eloutblock: TeLOutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tageL
impl RefUnwindSafe for tageL
impl Send for tageL
impl Sync for tageL
impl Unpin for tageL
impl UnwindSafe for tageL
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