pub struct SetDecTimePayload {
pub time: i16,
}
Fields§
§time: i16
Trait Implementations§
Source§impl Serialized for SetDecTimePayload
impl Serialized for SetDecTimePayload
Auto Trait Implementations§
impl Freeze for SetDecTimePayload
impl RefUnwindSafe for SetDecTimePayload
impl Send for SetDecTimePayload
impl Sync for SetDecTimePayload
impl Unpin for SetDecTimePayload
impl UnwindSafe for SetDecTimePayload
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