pub struct DeckRecoveryDiagnostic {Show 14 fields
pub count: u64,
pub operation: DeckRecoveryOperation,
pub error: DeckMechanicalError,
pub output_sample_rate: f64,
pub source_sample_rate: f64,
pub position: f64,
pub target_position: f64,
pub requested_hand_rate: f64,
pub motor_rate: f64,
pub grip: f64,
pub platter_rate_before: f64,
pub record_rate_before: f64,
pub platter_turns_before: f64,
pub record_turns_before: f64,
}Fields§
§count: u64§operation: DeckRecoveryOperation§error: DeckMechanicalError§output_sample_rate: f64§source_sample_rate: f64§position: f64§target_position: f64§requested_hand_rate: f64§motor_rate: f64§grip: f64§platter_rate_before: f64§record_rate_before: f64§platter_turns_before: f64§record_turns_before: f64Trait Implementations§
Source§impl Clone for DeckRecoveryDiagnostic
impl Clone for DeckRecoveryDiagnostic
Source§fn clone(&self) -> DeckRecoveryDiagnostic
fn clone(&self) -> DeckRecoveryDiagnostic
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DeckRecoveryDiagnostic
Source§impl Debug for DeckRecoveryDiagnostic
impl Debug for DeckRecoveryDiagnostic
Source§impl PartialEq for DeckRecoveryDiagnostic
impl PartialEq for DeckRecoveryDiagnostic
impl StructuralPartialEq for DeckRecoveryDiagnostic
Auto Trait Implementations§
impl Freeze for DeckRecoveryDiagnostic
impl RefUnwindSafe for DeckRecoveryDiagnostic
impl Send for DeckRecoveryDiagnostic
impl Sync for DeckRecoveryDiagnostic
impl Unpin for DeckRecoveryDiagnostic
impl UnsafeUnpin for DeckRecoveryDiagnostic
impl UnwindSafe for DeckRecoveryDiagnostic
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