#[repr(C)]pub struct tageC {
pub ecinblock: TeCInBlock,
pub ecoutblock: TeCOutBlock,
}Fields§
§ecinblock: TeCInBlock§ecoutblock: TeCOutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tageC
impl RefUnwindSafe for tageC
impl Send for tageC
impl Sync for tageC
impl Unpin for tageC
impl UnwindSafe for tageC
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