pub struct EventRequestAck {
pub event_type: EventType,
pub reply: EventReply,
}Expand description
event_request_ack() (Table 59): host → module.
Fields§
§event_type: EventTypeevent_type.
reply: EventReplyreply.
Trait Implementations§
Source§impl Clone for EventRequestAck
impl Clone for EventRequestAck
Source§fn clone(&self) -> EventRequestAck
fn clone(&self) -> EventRequestAck
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EventRequestAck
Source§impl Debug for EventRequestAck
impl Debug for EventRequestAck
impl Eq for EventRequestAck
Source§impl<'a> Parse<'a> for EventRequestAck
impl<'a> Parse<'a> for EventRequestAck
Source§impl PartialEq for EventRequestAck
impl PartialEq for EventRequestAck
Source§impl Serialize for EventRequestAck
Available on crate feature serde only.
impl Serialize for EventRequestAck
Available on crate feature
serde only.Source§impl Serialize for EventRequestAck
impl Serialize for EventRequestAck
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 EventRequestAck
Auto Trait Implementations§
impl Freeze for EventRequestAck
impl RefUnwindSafe for EventRequestAck
impl Send for EventRequestAck
impl Sync for EventRequestAck
impl Unpin for EventRequestAck
impl UnsafeUnpin for EventRequestAck
impl UnwindSafe for EventRequestAck
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