pub struct Meas3PpBlock {
pub flags: u8,
pub data: Vec<u8>,
/* private fields */
}Expand description
Meas3PP — post-processing flags extension (paired with Meas3Ranges).
Fields§
§flags: u8§data: Vec<u8>Implementations§
Source§impl Meas3PpBlock
impl Meas3PpBlock
Trait Implementations§
Source§impl Clone for Meas3PpBlock
impl Clone for Meas3PpBlock
Source§fn clone(&self) -> Meas3PpBlock
fn clone(&self) -> Meas3PpBlock
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 Meas3PpBlock
impl Debug for Meas3PpBlock
Auto Trait Implementations§
impl Freeze for Meas3PpBlock
impl RefUnwindSafe for Meas3PpBlock
impl Send for Meas3PpBlock
impl Sync for Meas3PpBlock
impl Unpin for Meas3PpBlock
impl UnsafeUnpin for Meas3PpBlock
impl UnwindSafe for Meas3PpBlock
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