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