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