#[repr(u8)]pub enum RefbiasPwd {
REFBIAS_ENABLED = 0,
REFBIAS_PWD = 1,
}Variants§
Implementations§
Source§impl RefbiasPwd
impl RefbiasPwd
Trait Implementations§
Source§impl Clone for RefbiasPwd
impl Clone for RefbiasPwd
Source§fn clone(&self) -> RefbiasPwd
fn clone(&self) -> RefbiasPwd
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 RefbiasPwd
impl Debug for RefbiasPwd
Source§impl From<RefbiasPwd> for u8
impl From<RefbiasPwd> for u8
Source§fn from(val: RefbiasPwd) -> u8
fn from(val: RefbiasPwd) -> u8
Converts to this type from the input type.
Source§impl From<u8> for RefbiasPwd
impl From<u8> for RefbiasPwd
Source§fn from(val: u8) -> RefbiasPwd
fn from(val: u8) -> RefbiasPwd
Converts to this type from the input type.
Source§impl Ord for RefbiasPwd
impl Ord for RefbiasPwd
Source§fn cmp(&self, other: &RefbiasPwd) -> Ordering
fn cmp(&self, other: &RefbiasPwd) -> 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 RefbiasPwd
impl PartialEq for RefbiasPwd
Source§impl PartialOrd for RefbiasPwd
impl PartialOrd for RefbiasPwd
impl Copy for RefbiasPwd
impl Eq for RefbiasPwd
impl StructuralPartialEq for RefbiasPwd
Auto Trait Implementations§
impl Freeze for RefbiasPwd
impl RefUnwindSafe for RefbiasPwd
impl Send for RefbiasPwd
impl Sync for RefbiasPwd
impl Unpin for RefbiasPwd
impl UnwindSafe for RefbiasPwd
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