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