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