#[repr(C, packed(1))]pub struct RmmMeasurementDescriptorRipas { /* private fields */ }Expand description
Structure used to calculate the contribution to the RIM of a RIPAS change
Implementations§
Trait Implementations§
Source§impl Clone for RmmMeasurementDescriptorRipas
impl Clone for RmmMeasurementDescriptorRipas
Source§fn clone(&self) -> RmmMeasurementDescriptorRipas
fn clone(&self) -> RmmMeasurementDescriptorRipas
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for RmmMeasurementDescriptorRipas
impl PartialEq for RmmMeasurementDescriptorRipas
Source§fn eq(&self, other: &RmmMeasurementDescriptorRipas) -> bool
fn eq(&self, other: &RmmMeasurementDescriptorRipas) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RmmMeasurementDescriptorRipas
Auto Trait Implementations§
impl Freeze for RmmMeasurementDescriptorRipas
impl RefUnwindSafe for RmmMeasurementDescriptorRipas
impl Send for RmmMeasurementDescriptorRipas
impl Sync for RmmMeasurementDescriptorRipas
impl Unpin for RmmMeasurementDescriptorRipas
impl UnwindSafe for RmmMeasurementDescriptorRipas
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