#[repr(u8)]pub enum Avalid {
AVALID_0 = 0,
AVALID_1 = 1,
}Variants§
AVALID_0 = 0
The VBUS voltage is below the Session Valid threshold
AVALID_1 = 1
The VBUS voltage is above the Session Valid threshold
Implementations§
Trait Implementations§
Source§impl Ord for Avalid
impl Ord for Avalid
Source§impl PartialOrd for Avalid
impl PartialOrd for Avalid
impl Copy for Avalid
impl Eq for Avalid
impl StructuralPartialEq for Avalid
Auto Trait Implementations§
impl Freeze for Avalid
impl RefUnwindSafe for Avalid
impl Send for Avalid
impl Sync for Avalid
impl Unpin for Avalid
impl UnwindSafe for Avalid
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