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