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