pub struct IrIntensity {
pub header: Header,
pub value: i16,
}Fields§
§header: Header§value: i16Trait Implementations§
Source§impl Clone for IrIntensity
impl Clone for IrIntensity
Source§fn clone(&self) -> IrIntensity
fn clone(&self) -> IrIntensity
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 IrIntensity
impl Debug for IrIntensity
Source§impl Default for IrIntensity
impl Default for IrIntensity
Source§impl<'de> Deserialize<'de> for IrIntensity
impl<'de> Deserialize<'de> for IrIntensity
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 IrIntensity
impl PartialEq for IrIntensity
Source§impl Serialize for IrIntensity
impl Serialize for IrIntensity
impl Message for IrIntensity
impl StructuralPartialEq for IrIntensity
Auto Trait Implementations§
impl Freeze for IrIntensity
impl RefUnwindSafe for IrIntensity
impl Send for IrIntensity
impl Sync for IrIntensity
impl Unpin for IrIntensity
impl UnwindSafe for IrIntensity
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