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