#[repr(C, packed(1))]pub struct RmmMeasurementDescriptorRec { /* private fields */ }Expand description
Structure used to calculate the contribution to the RIM of a REC
Implementations§
Source§impl RmmMeasurementDescriptorRec
impl RmmMeasurementDescriptorRec
Sourcepub fn new(
rim: &RmmRealmMeasurement,
content: &RmmRealmMeasurement,
) -> RmmMeasurementDescriptorRec
pub fn new( rim: &RmmRealmMeasurement, content: &RmmRealmMeasurement, ) -> RmmMeasurementDescriptorRec
Create a new instance of RmmMeasurementDescriptorRec
Trait Implementations§
Source§impl Clone for RmmMeasurementDescriptorRec
impl Clone for RmmMeasurementDescriptorRec
Source§fn clone(&self) -> RmmMeasurementDescriptorRec
fn clone(&self) -> RmmMeasurementDescriptorRec
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 Debug for RmmMeasurementDescriptorRec
impl Debug for RmmMeasurementDescriptorRec
impl StructuralPartialEq for RmmMeasurementDescriptorRec
Auto Trait Implementations§
impl Freeze for RmmMeasurementDescriptorRec
impl RefUnwindSafe for RmmMeasurementDescriptorRec
impl Send for RmmMeasurementDescriptorRec
impl Sync for RmmMeasurementDescriptorRec
impl Unpin for RmmMeasurementDescriptorRec
impl UnwindSafe for RmmMeasurementDescriptorRec
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