pub enum ADRDY_SLV {
NotReady = 0,
Ready = 1,
}
Expand description
ADRDY_SLV
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ADRDY_SLV
impl Eq for ADRDY_SLV
impl StructuralPartialEq for ADRDY_SLV
Auto Trait Implementations§
impl Freeze for ADRDY_SLV
impl RefUnwindSafe for ADRDY_SLV
impl Send for ADRDY_SLV
impl Sync for ADRDY_SLV
impl Unpin for ADRDY_SLV
impl UnwindSafe for ADRDY_SLV
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