Struct tinkerforge_async::lcd_128x64_bricklet::GuiSlider
source · 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: bool
§position_x: u8
§position_y: u8
§length: u8
§direction: u8
§value: u8
Trait Implementations§
source§impl FromByteSlice for GuiSlider
impl FromByteSlice for GuiSlider
source§fn bytes_expected() -> usize
fn bytes_expected() -> usize
Returns how many bytes are expected to deserialize a instance of the implementing type. Currently this method is only used for strings.
source§fn from_le_byte_slice(bytes: &[u8]) -> GuiSlider
fn from_le_byte_slice(bytes: &[u8]) -> GuiSlider
Deserialize the implementing type from a byte slice.
source§impl PartialEq for GuiSlider
impl PartialEq for GuiSlider
impl Copy for GuiSlider
impl Eq for GuiSlider
impl StructuralEq for GuiSlider
impl StructuralPartialEq for GuiSlider
Auto Trait Implementations§
impl RefUnwindSafe for GuiSlider
impl Send for GuiSlider
impl Sync for GuiSlider
impl Unpin for GuiSlider
impl UnwindSafe for GuiSlider
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