Struct HsiCalibration
pub struct HsiCalibration(/* private fields */);Implementations§
Trait Implementations§
impl Copy for Hsitrim
impl Eq for Hsitrim
§impl Ord for Hsitrim
impl Ord for Hsitrim
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Hsitrim
impl PartialOrd for Hsitrim
impl StructuralPartialEq for Hsitrim
Auto Trait Implementations§
impl Freeze for Hsitrim
impl RefUnwindSafe for Hsitrim
impl Send for Hsitrim
impl Sync for Hsitrim
impl Unpin for Hsitrim
impl UnsafeUnpin for Hsitrim
impl UnwindSafe for Hsitrim
Blanket Implementations§
impl<T, I> Binding<I, NoHandler<I>> for T
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