#[repr(C)]pub struct tageH {
pub ehinblock: TeHInBlock,
pub ehoutblock: TeHOutBlock,
}Fields§
§ehinblock: TeHInBlock§ehoutblock: TeHOutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tageH
impl RefUnwindSafe for tageH
impl Send for tageH
impl Sync for tageH
impl Unpin for tageH
impl UnwindSafe for tageH
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