pub struct PlayerEnd {
pub lts_id: u8,
}Expand description
CICAM_player_end() (Table 66): CICAM → Host.
Fields§
§lts_id: u8LTS_id (8).
Trait Implementations§
impl Copy for PlayerEnd
impl Eq for PlayerEnd
Source§impl Serialize for PlayerEnd
impl Serialize for PlayerEnd
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 PlayerEnd
Auto Trait Implementations§
impl Freeze for PlayerEnd
impl RefUnwindSafe for PlayerEnd
impl Send for PlayerEnd
impl Sync for PlayerEnd
impl Unpin for PlayerEnd
impl UnsafeUnpin for PlayerEnd
impl UnwindSafe for PlayerEnd
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