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