pub struct MenuAnsw {
pub choice_ref: u8,
}Expand description
menu_answ() object (Table 50): the chosen choice_ref (also used to close a
list). 00 = the user cancelled.
Fields§
§choice_ref: u8choice_ref — 01 = first choice, …; 00 = cancelled.
Trait Implementations§
impl Copy for MenuAnsw
impl Eq for MenuAnsw
Source§impl Serialize for MenuAnsw
impl Serialize for MenuAnsw
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 MenuAnsw
Auto Trait Implementations§
impl Freeze for MenuAnsw
impl RefUnwindSafe for MenuAnsw
impl Send for MenuAnsw
impl Sync for MenuAnsw
impl Unpin for MenuAnsw
impl UnsafeUnpin for MenuAnsw
impl UnwindSafe for MenuAnsw
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