[][src]Struct tinkerforge::segment_display_4x7_v2_bricklet::Segments

pub struct Segments {
    pub digit0: [bool; 8],
    pub digit1: [bool; 8],
    pub digit2: [bool; 8],
    pub digit3: [bool; 8],
    pub colon: [bool; 2],
    pub tick: bool,
}

Fields

digit0: [bool; 8]digit1: [bool; 8]digit2: [bool; 8]digit3: [bool; 8]colon: [bool; 2]tick: bool

Trait Implementations

impl FromByteSlice for Segments[src]

impl Clone for Segments[src]

impl Copy for Segments[src]

impl Default for Segments[src]

impl Eq for Segments[src]

impl PartialEq<Segments> for Segments[src]

impl Debug for Segments[src]

impl Hash for Segments[src]

impl StructuralPartialEq for Segments[src]

impl StructuralEq for Segments[src]

Auto Trait Implementations

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