Struct Ifg
#[repr(transparent)]pub struct Ifg(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Ifg
impl Ord for Ifg
§impl PartialOrd for Ifg
impl PartialOrd for Ifg
impl Copy for Ifg
impl Eq for Ifg
impl StructuralPartialEq for Ifg
Auto Trait Implementations§
impl Freeze for Ifg
impl RefUnwindSafe for Ifg
impl Send for Ifg
impl Sync for Ifg
impl Unpin for Ifg
impl UnwindSafe for Ifg
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