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