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