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