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