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