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