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