[][src]Struct tinkerforge::lcd_128x64_bricklet::GuiSlider

pub struct GuiSlider {
    pub active: bool,
    pub position_x: u8,
    pub position_y: u8,
    pub length: u8,
    pub direction: u8,
    pub value: u8,
}

Fields

active: boolposition_x: u8position_y: u8length: u8direction: u8value: u8

Trait Implementations

impl FromByteSlice for GuiSlider[src]

impl Clone for GuiSlider[src]

impl Copy for GuiSlider[src]

impl Default for GuiSlider[src]

impl Eq for GuiSlider[src]

impl PartialEq<GuiSlider> for GuiSlider[src]

impl Debug for GuiSlider[src]

impl Hash for GuiSlider[src]

impl StructuralPartialEq for GuiSlider[src]

impl StructuralEq for GuiSlider[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