pub enum DATAEND {
NotDone = 0,
Done = 1,
}
Expand description
Data end (data counter, SDIDCOUNT, is zero)
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for DATAEND
impl Eq for DATAEND
impl StructuralPartialEq for DATAEND
Auto Trait Implementations§
impl Freeze for DATAEND
impl RefUnwindSafe for DATAEND
impl Send for DATAEND
impl Sync for DATAEND
impl Unpin for DATAEND
impl UnwindSafe for DATAEND
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