#[repr(C)]pub struct tagfE {
pub feinblock: TfEInBlock,
pub feoutblock: TfEOutBlock,
}Fields§
§feinblock: TfEInBlock§feoutblock: TfEOutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagfE
impl RefUnwindSafe for tagfE
impl Send for tagfE
impl Sync for tagfE
impl Unpin for tagfE
impl UnwindSafe for tagfE
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