#[repr(transparent)]pub struct BmErrorStat(pub u32);Expand description
Bus Master Error Status Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for BmErrorStat
impl Clone for BmErrorStat
Source§fn clone(&self) -> BmErrorStat
fn clone(&self) -> BmErrorStat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BmErrorStat
impl Debug for BmErrorStat
Source§impl Default for BmErrorStat
impl Default for BmErrorStat
Source§fn default() -> BmErrorStat
fn default() -> BmErrorStat
Returns the “default value” for a type. Read more
Source§impl PartialEq for BmErrorStat
impl PartialEq for BmErrorStat
impl Copy for BmErrorStat
impl Eq for BmErrorStat
impl StructuralPartialEq for BmErrorStat
Auto Trait Implementations§
impl Freeze for BmErrorStat
impl RefUnwindSafe for BmErrorStat
impl Send for BmErrorStat
impl Sync for BmErrorStat
impl Unpin for BmErrorStat
impl UnwindSafe for BmErrorStat
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