pub struct PlayerControlReq {
pub lts_id: u8,
pub command: ControlCommand,
}Expand description
CICAM_player_control_req() (Table 60): Host → CICAM.
Fields§
§lts_id: u8LTS_id (8).
command: ControlCommandThe Command-selected payload.
Trait Implementations§
Source§impl Clone for PlayerControlReq
impl Clone for PlayerControlReq
Source§fn clone(&self) -> PlayerControlReq
fn clone(&self) -> PlayerControlReq
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 PlayerControlReq
Source§impl Debug for PlayerControlReq
impl Debug for PlayerControlReq
impl Eq for PlayerControlReq
Source§impl<'a> Parse<'a> for PlayerControlReq
impl<'a> Parse<'a> for PlayerControlReq
Source§impl PartialEq for PlayerControlReq
impl PartialEq for PlayerControlReq
Source§impl Serialize for PlayerControlReq
Available on crate feature serde only.
impl Serialize for PlayerControlReq
Available on crate feature
serde only.Source§impl Serialize for PlayerControlReq
impl Serialize for PlayerControlReq
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 PlayerControlReq
Auto Trait Implementations§
impl Freeze for PlayerControlReq
impl RefUnwindSafe for PlayerControlReq
impl Send for PlayerControlReq
impl Sync for PlayerControlReq
impl Unpin for PlayerControlReq
impl UnsafeUnpin for PlayerControlReq
impl UnwindSafe for PlayerControlReq
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