pub struct CALFACT { /* private fields */ }
Expand description
Calibration Factors
Implementations§
Auto Trait Implementations§
impl !Freeze for CALFACT
impl !RefUnwindSafe for CALFACT
impl Send for CALFACT
impl !Sync for CALFACT
impl Unpin for CALFACT
impl UnwindSafe for CALFACT
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