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