#[repr(C)]pub struct tagf3 {
pub f3inblock: Tf3InBlock,
pub f3outblock: Tf3OutBlock,
}Fields§
§f3inblock: Tf3InBlock§f3outblock: Tf3OutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagf3
impl RefUnwindSafe for tagf3
impl Send for tagf3
impl Sync for tagf3
impl Unpin for tagf3
impl UnwindSafe for tagf3
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