Enum avr_device::atmega4809::twi0::sstatus::AP_A
source · pub enum AP_A {
STOP = 0,
ADR = 1,
}
Expand description
Slave Address or Stop
Value on reset: 0
Variants§
Trait Implementations§
source§impl PartialEq for AP_A
impl PartialEq for AP_A
impl Copy for AP_A
impl Eq for AP_A
impl StructuralPartialEq for AP_A
Auto Trait Implementations§
impl RefUnwindSafe for AP_A
impl Send for AP_A
impl Sync for AP_A
impl Unpin for AP_A
impl UnwindSafe for AP_A
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