#[repr(C)]pub struct tagoE {
pub oeinblock: ToEInBlock,
pub oeoutblock: ToEOutBlock,
}Fields§
§oeinblock: ToEInBlock§oeoutblock: ToEOutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagoE
impl RefUnwindSafe for tagoE
impl Send for tagoE
impl Sync for tagoE
impl Unpin for tagoE
impl UnwindSafe for tagoE
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