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