#[repr(transparent)]pub struct Sblim(pub u32);Expand description
Sparse Bit Limit Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Sblim
impl Eq for Sblim
impl StructuralPartialEq for Sblim
Auto Trait Implementations§
impl Freeze for Sblim
impl RefUnwindSafe for Sblim
impl Send for Sblim
impl Sync for Sblim
impl Unpin for Sblim
impl UnwindSafe for Sblim
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