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