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