#[repr(C)]pub struct tagf8 {
pub f8inblock: Tf8InBlock,
pub f8outblock: Tf8OutBlock,
}Fields§
§f8inblock: Tf8InBlock§f8outblock: Tf8OutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagf8
impl RefUnwindSafe for tagf8
impl Send for tagf8
impl Sync for tagf8
impl Unpin for tagf8
impl UnwindSafe for tagf8
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