Enum Lfsdet
#[repr(u8)]pub enum Lfsdet {
NOERROR = 0,
NOSYNC = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Lfsdet
impl Ord for Lfsdet
§impl PartialOrd for Lfsdet
impl PartialOrd for Lfsdet
impl Copy for Lfsdet
impl Eq for Lfsdet
impl StructuralPartialEq for Lfsdet
Auto Trait Implementations§
impl Freeze for Lfsdet
impl RefUnwindSafe for Lfsdet
impl Send for Lfsdet
impl Sync for Lfsdet
impl Unpin for Lfsdet
impl UnwindSafe for Lfsdet
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