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