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