#[non_exhaustive]pub struct TransformObservationMatrixV0 { /* private fields */ }Implementations§
Source§impl TransformObservationMatrixV0
impl TransformObservationMatrixV0
pub fn descriptors(&self) -> &[TransformPassDescriptorV0]
pub fn observation_records(&self) -> &[TransformPassObservationRecordV0]
pub fn unknown_gap_count(&self) -> usize
Trait Implementations§
Source§impl Clone for TransformObservationMatrixV0
impl Clone for TransformObservationMatrixV0
Source§fn clone(&self) -> TransformObservationMatrixV0
fn clone(&self) -> TransformObservationMatrixV0
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 moreSource§impl Debug for TransformObservationMatrixV0
impl Debug for TransformObservationMatrixV0
impl Eq for TransformObservationMatrixV0
impl StructuralPartialEq for TransformObservationMatrixV0
Auto Trait Implementations§
impl Freeze for TransformObservationMatrixV0
impl RefUnwindSafe for TransformObservationMatrixV0
impl Send for TransformObservationMatrixV0
impl Sync for TransformObservationMatrixV0
impl Unpin for TransformObservationMatrixV0
impl UnsafeUnpin for TransformObservationMatrixV0
impl UnwindSafe for TransformObservationMatrixV0
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.