pub struct EnterMenu;Expand description
enter_menu() — header-only command (Table 22).
Trait Implementations§
impl Copy for EnterMenu
impl Eq for EnterMenu
Source§impl Serialize for EnterMenu
impl Serialize for EnterMenu
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 EnterMenu
Auto Trait Implementations§
impl Freeze for EnterMenu
impl RefUnwindSafe for EnterMenu
impl Send for EnterMenu
impl Sync for EnterMenu
impl Unpin for EnterMenu
impl UnsafeUnpin for EnterMenu
impl UnwindSafe for EnterMenu
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