Struct MbProgress
#[repr(transparent)]pub struct MbProgress(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl MbProgress
impl MbProgress
pub const BUSY: Self
pub const BUSY: Self
This bit is set to 1 by the application to indicate that a read or write access is in progress
Trait Implementations§
§impl Clone for MbProgress
impl Clone for MbProgress
§fn clone(&self) -> MbProgress
fn clone(&self) -> MbProgress
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Ord for MbProgress
impl Ord for MbProgress
§impl PartialEq for MbProgress
impl PartialEq for MbProgress
§impl PartialOrd for MbProgress
impl PartialOrd for MbProgress
impl Copy for MbProgress
impl Eq for MbProgress
impl StructuralPartialEq for MbProgress
Auto Trait Implementations§
impl Freeze for MbProgress
impl RefUnwindSafe for MbProgress
impl Send for MbProgress
impl Sync for MbProgress
impl Unpin for MbProgress
impl UnwindSafe for MbProgress
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