[][src]Struct tinkerforge::particulate_matter_bricklet::PmCount

pub struct PmCount {
    pub greater03um: u16,
    pub greater05um: u16,
    pub greater10um: u16,
    pub greater25um: u16,
    pub greater50um: u16,
    pub greater100um: u16,
}

Fields

greater03um: u16greater05um: u16greater10um: u16greater25um: u16greater50um: u16greater100um: u16

Trait Implementations

impl FromByteSlice for PmCount[src]

impl Clone for PmCount[src]

impl Copy for PmCount[src]

impl Default for PmCount[src]

impl Eq for PmCount[src]

impl PartialEq<PmCount> for PmCount[src]

impl Debug for PmCount[src]

impl Hash for PmCount[src]

impl StructuralPartialEq for PmCount[src]

impl StructuralEq for PmCount[src]

Auto Trait Implementations

impl Send for PmCount

impl Sync for PmCount

impl Unpin for PmCount

impl UnwindSafe for PmCount

impl RefUnwindSafe for PmCount

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self