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