pub struct IrIntensityVector {
pub header: Header,
pub readings: Vec<IrIntensity>,
}Fields§
§header: Header§readings: Vec<IrIntensity>Trait Implementations§
Source§impl Clone for IrIntensityVector
impl Clone for IrIntensityVector
Source§fn clone(&self) -> IrIntensityVector
fn clone(&self) -> IrIntensityVector
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 IrIntensityVector
impl Debug for IrIntensityVector
Source§impl Default for IrIntensityVector
impl Default for IrIntensityVector
Source§impl<'de> Deserialize<'de> for IrIntensityVector
impl<'de> Deserialize<'de> for IrIntensityVector
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for IrIntensityVector
impl PartialEq for IrIntensityVector
Source§impl Serialize for IrIntensityVector
impl Serialize for IrIntensityVector
impl Message for IrIntensityVector
impl StructuralPartialEq for IrIntensityVector
Auto Trait Implementations§
impl Freeze for IrIntensityVector
impl RefUnwindSafe for IrIntensityVector
impl Send for IrIntensityVector
impl Sync for IrIntensityVector
impl Unpin for IrIntensityVector
impl UnwindSafe for IrIntensityVector
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