pub struct PlayerUpdateReply {
pub lts_id: u8,
pub update_status: UpdateStatus,
}Expand description
CICAM_player_update_reply() (Table 69): Host → CICAM.
NB: Table 69 prints a copy/paste CICAM_player_start_reply_tag slip; the
authoritative tag is 0x9FA00F (tag::UPDATE_REPLY).
Fields§
§lts_id: u8LTS_id (8).
update_status: UpdateStatusupdate_status (8) — Table 70.
Trait Implementations§
Source§impl Clone for PlayerUpdateReply
impl Clone for PlayerUpdateReply
Source§fn clone(&self) -> PlayerUpdateReply
fn clone(&self) -> PlayerUpdateReply
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 PlayerUpdateReply
Source§impl Debug for PlayerUpdateReply
impl Debug for PlayerUpdateReply
impl Eq for PlayerUpdateReply
Source§impl<'a> Parse<'a> for PlayerUpdateReply
impl<'a> Parse<'a> for PlayerUpdateReply
Source§impl PartialEq for PlayerUpdateReply
impl PartialEq for PlayerUpdateReply
Source§impl Serialize for PlayerUpdateReply
impl Serialize for PlayerUpdateReply
Source§impl Serialize for PlayerUpdateReply
impl Serialize for PlayerUpdateReply
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 PlayerUpdateReply
Auto Trait Implementations§
impl Freeze for PlayerUpdateReply
impl RefUnwindSafe for PlayerUpdateReply
impl Send for PlayerUpdateReply
impl Sync for PlayerUpdateReply
impl Unpin for PlayerUpdateReply
impl UnsafeUnpin for PlayerUpdateReply
impl UnwindSafe for PlayerUpdateReply
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