Enum Apms
#[repr(u8)]pub enum Apms {
B_0X0 = 0,
B_0X1 = 1,
}
Variants§
B_0X0 = 0
Automatic status-polling mode is stopped only by abort or by disabling the XSPI.
B_0X1 = 1
Automatic status-polling mode stops as soon as there is a match.
Implementations§
Trait Implementations§
§impl Ord for Apms
impl Ord for Apms
§impl PartialOrd for Apms
impl PartialOrd for Apms
impl Copy for Apms
impl Eq for Apms
impl StructuralPartialEq for Apms
Auto Trait Implementations§
impl Freeze for Apms
impl RefUnwindSafe for Apms
impl Send for Apms
impl Sync for Apms
impl Unpin for Apms
impl UnwindSafe for Apms
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