#[repr(u8)]pub enum Usb2ChrgDetectTogEnB {
ENABLE = 0,
DISABLE = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for Usb2ChrgDetectTogEnB
impl Clone for Usb2ChrgDetectTogEnB
Source§fn clone(&self) -> Usb2ChrgDetectTogEnB
fn clone(&self) -> Usb2ChrgDetectTogEnB
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Usb2ChrgDetectTogEnB
impl Debug for Usb2ChrgDetectTogEnB
Source§impl From<Usb2ChrgDetectTogEnB> for u8
impl From<Usb2ChrgDetectTogEnB> for u8
Source§fn from(val: Usb2ChrgDetectTogEnB) -> u8
fn from(val: Usb2ChrgDetectTogEnB) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Usb2ChrgDetectTogEnB
impl From<u8> for Usb2ChrgDetectTogEnB
Source§fn from(val: u8) -> Usb2ChrgDetectTogEnB
fn from(val: u8) -> Usb2ChrgDetectTogEnB
Converts to this type from the input type.
Source§impl Ord for Usb2ChrgDetectTogEnB
impl Ord for Usb2ChrgDetectTogEnB
Source§fn cmp(&self, other: &Usb2ChrgDetectTogEnB) -> Ordering
fn cmp(&self, other: &Usb2ChrgDetectTogEnB) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Usb2ChrgDetectTogEnB
impl PartialEq for Usb2ChrgDetectTogEnB
Source§impl PartialOrd for Usb2ChrgDetectTogEnB
impl PartialOrd for Usb2ChrgDetectTogEnB
impl Copy for Usb2ChrgDetectTogEnB
impl Eq for Usb2ChrgDetectTogEnB
impl StructuralPartialEq for Usb2ChrgDetectTogEnB
Auto Trait Implementations§
impl Freeze for Usb2ChrgDetectTogEnB
impl RefUnwindSafe for Usb2ChrgDetectTogEnB
impl Send for Usb2ChrgDetectTogEnB
impl Sync for Usb2ChrgDetectTogEnB
impl Unpin for Usb2ChrgDetectTogEnB
impl UnwindSafe for Usb2ChrgDetectTogEnB
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