pub enum AlertPin {
AlertFlags,
DataReady,
}Expand description
What the ALERT pin reflects (configuration bit 2, DR/Alert).
Variants§
Trait Implementations§
impl Copy for AlertPin
impl Eq for AlertPin
impl StructuralPartialEq for AlertPin
Auto Trait Implementations§
impl Freeze for AlertPin
impl RefUnwindSafe for AlertPin
impl Send for AlertPin
impl Sync for AlertPin
impl Unpin for AlertPin
impl UnsafeUnpin for AlertPin
impl UnwindSafe for AlertPin
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