pub enum ShsgpioInt0 {
NoEffect = 0,
ClrStartEn1 = 1,
}Expand description
no description available
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for ShsgpioInt0
impl Clone for ShsgpioInt0
Source§fn clone(&self) -> ShsgpioInt0
fn clone(&self) -> ShsgpioInt0
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 ShsgpioInt0
impl Debug for ShsgpioInt0
Source§impl From<ShsgpioInt0> for bool
impl From<ShsgpioInt0> for bool
Source§fn from(variant: ShsgpioInt0) -> Self
fn from(variant: ShsgpioInt0) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ShsgpioInt0
impl PartialEq for ShsgpioInt0
impl Copy for ShsgpioInt0
impl Eq for ShsgpioInt0
impl StructuralPartialEq for ShsgpioInt0
Auto Trait Implementations§
impl Freeze for ShsgpioInt0
impl RefUnwindSafe for ShsgpioInt0
impl Send for ShsgpioInt0
impl Sync for ShsgpioInt0
impl Unpin for ShsgpioInt0
impl UnwindSafe for ShsgpioInt0
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