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