pub struct DimensionState {
pub position: Option<u8>,
pub latch: Option<bool>,
pub speed: Option<u8>,
}Fields§
§position: Option<u8>§latch: Option<bool>§speed: Option<u8>Trait Implementations§
Source§impl Debug for DimensionState
impl Debug for DimensionState
Auto Trait Implementations§
impl Freeze for DimensionState
impl RefUnwindSafe for DimensionState
impl Send for DimensionState
impl Sync for DimensionState
impl Unpin for DimensionState
impl UnwindSafe for DimensionState
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