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