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