#[repr(C)]pub struct tagf1 {
pub f1inblock: Tf1InBlock,
pub f1outblock: Tf1OutBlock,
}Fields§
§f1inblock: Tf1InBlock§f1outblock: Tf1OutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagf1
impl RefUnwindSafe for tagf1
impl Send for tagf1
impl Sync for tagf1
impl Unpin for tagf1
impl UnwindSafe for tagf1
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