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