#[repr(u8)]pub enum SWLOCATION_A {
LOC0 = 0,
LOC1 = 1,
}
Expand description
I/O Location
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for SWLOCATION_A
impl Clone for SWLOCATION_A
Source§fn clone(&self) -> SWLOCATION_A
fn clone(&self) -> SWLOCATION_A
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 SWLOCATION_A
impl Debug for SWLOCATION_A
Source§impl From<SWLOCATION_A> for u8
impl From<SWLOCATION_A> for u8
Source§fn from(variant: SWLOCATION_A) -> Self
fn from(variant: SWLOCATION_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SWLOCATION_A
impl PartialEq for SWLOCATION_A
impl Copy for SWLOCATION_A
impl StructuralPartialEq for SWLOCATION_A
Auto Trait Implementations§
impl Freeze for SWLOCATION_A
impl RefUnwindSafe for SWLOCATION_A
impl Send for SWLOCATION_A
impl Sync for SWLOCATION_A
impl Unpin for SWLOCATION_A
impl UnwindSafe for SWLOCATION_A
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