#[repr(u8)]pub enum Gpio1Rst {
RELEASED = 0,
ASSERTED = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Gpio1Rst
impl Ord for Gpio1Rst
Source§impl PartialOrd for Gpio1Rst
impl PartialOrd for Gpio1Rst
impl Copy for Gpio1Rst
impl Eq for Gpio1Rst
impl StructuralPartialEq for Gpio1Rst
Auto Trait Implementations§
impl Freeze for Gpio1Rst
impl RefUnwindSafe for Gpio1Rst
impl Send for Gpio1Rst
impl Sync for Gpio1Rst
impl Unpin for Gpio1Rst
impl UnwindSafe for Gpio1Rst
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