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