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