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