Struct SurfaceCalibrationOutcome
pub struct SurfaceCalibrationOutcome<S> { /* private fields */ }Implementations§
§impl<S> SurfaceCalibrationOutcome<S>
impl<S> SurfaceCalibrationOutcome<S>
pub fn new(surface: S, report: SurfaceCalibrationReport) -> Self
pub const fn surface(&self) -> &S
pub fn into_surface(self) -> S
pub const fn report(&self) -> &SurfaceCalibrationReport
pub fn into_parts(self) -> (S, SurfaceCalibrationReport)
Trait Implementations§
§impl<S: Clone> Clone for SurfaceCalibrationOutcome<S>
impl<S: Clone> Clone for SurfaceCalibrationOutcome<S>
§fn clone(&self) -> SurfaceCalibrationOutcome<S>
fn clone(&self) -> SurfaceCalibrationOutcome<S>
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl<S: Debug> Debug for SurfaceCalibrationOutcome<S>
impl<S: Debug> Debug for SurfaceCalibrationOutcome<S>
§impl<S: PartialEq> PartialEq for SurfaceCalibrationOutcome<S>
impl<S: PartialEq> PartialEq for SurfaceCalibrationOutcome<S>
impl<S> StructuralPartialEq for SurfaceCalibrationOutcome<S>
Auto Trait Implementations§
impl<S> Freeze for SurfaceCalibrationOutcome<S>where
S: Freeze,
impl<S> RefUnwindSafe for SurfaceCalibrationOutcome<S>where
S: RefUnwindSafe,
impl<S> Send for SurfaceCalibrationOutcome<S>where
S: Send,
impl<S> Sync for SurfaceCalibrationOutcome<S>where
S: Sync,
impl<S> Unpin for SurfaceCalibrationOutcome<S>where
S: Unpin,
impl<S> UnsafeUnpin for SurfaceCalibrationOutcome<S>where
S: UnsafeUnpin,
impl<S> UnwindSafe for SurfaceCalibrationOutcome<S>where
S: UnwindSafe,
Blanket Implementations§
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)