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