pub struct Hsi48calR { /* private fields */ }
Expand description
Value of the field HSI48CAL
Implementations§
Auto Trait Implementations§
impl Freeze for Hsi48calR
impl RefUnwindSafe for Hsi48calR
impl Send for Hsi48calR
impl Sync for Hsi48calR
impl Unpin for Hsi48calR
impl UnwindSafe for Hsi48calR
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