pub struct PlayerStop {
pub lts_id: u8,
}Expand description
CICAM_player_stop() (Table 65): Host → CICAM.
Fields§
§lts_id: u8LTS_id (8).
Trait Implementations§
Source§impl Clone for PlayerStop
impl Clone for PlayerStop
Source§fn clone(&self) -> PlayerStop
fn clone(&self) -> PlayerStop
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 PlayerStop
Source§impl Debug for PlayerStop
impl Debug for PlayerStop
impl Eq for PlayerStop
Source§impl<'a> Parse<'a> for PlayerStop
impl<'a> Parse<'a> for PlayerStop
Source§impl PartialEq for PlayerStop
impl PartialEq for PlayerStop
Source§impl Serialize for PlayerStop
impl Serialize for PlayerStop
Source§impl Serialize for PlayerStop
impl Serialize for PlayerStop
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 PlayerStop
Auto Trait Implementations§
impl Freeze for PlayerStop
impl RefUnwindSafe for PlayerStop
impl Send for PlayerStop
impl Sync for PlayerStop
impl Unpin for PlayerStop
impl UnsafeUnpin for PlayerStop
impl UnwindSafe for PlayerStop
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