#[repr(C)]pub struct tagf4 {
pub f4inblock: Tf4InBlock,
pub f4outblock: Tf4OutBlock,
}Fields§
§f4inblock: Tf4InBlock§f4outblock: Tf4OutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagf4
impl RefUnwindSafe for tagf4
impl Send for tagf4
impl Sync for tagf4
impl Unpin for tagf4
impl UnwindSafe for tagf4
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