Struct Reload
#[repr(transparent)]pub struct Reload(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Reload
impl Reload
pub const COMPLETED: Self
pub const COMPLETED: Self
The transfer is completed after the NBYTES data transfer (STOP or RESTART will follow)
pub const NOTCOMPLETED: Self
pub const NOTCOMPLETED: Self
The transfer is not completed after the NBYTES data transfer (NBYTES will be reloaded)
Trait Implementations§
§impl Ord for Reload
impl Ord for Reload
§impl PartialOrd for Reload
impl PartialOrd for Reload
impl Copy for Reload
impl Eq for Reload
impl StructuralPartialEq for Reload
Auto Trait Implementations§
impl Freeze for Reload
impl RefUnwindSafe for Reload
impl Send for Reload
impl Sync for Reload
impl Unpin for Reload
impl UnwindSafe for Reload
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