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