pub struct CloseMmi {
pub cmd_id: CloseMmiCmdId,
pub delay: Option<u8>,
}Expand description
close_mmi() object (Table 33).
Fields§
§cmd_id: CloseMmiCmdIdclose_mmi_cmd_id.
delay: Option<u8>delay (seconds) — present only when cmd_id == delay.
Trait Implementations§
impl Copy for CloseMmi
impl Eq for CloseMmi
Source§impl Serialize for CloseMmi
impl Serialize for CloseMmi
Source§type Error = Error
type Error = Error
The error type this implementer returns (usually the same as the
corresponding
Parse impl, but need not be).Source§fn serialized_len(&self) -> usize
fn serialized_len(&self) -> usize
Number of bytes
serialize_into will write.impl StructuralPartialEq for CloseMmi
Auto Trait Implementations§
impl Freeze for CloseMmi
impl RefUnwindSafe for CloseMmi
impl Send for CloseMmi
impl Sync for CloseMmi
impl Unpin for CloseMmi
impl UnsafeUnpin for CloseMmi
impl UnwindSafe for CloseMmi
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