pub struct PlayerAssetEnd {
pub lts_id: u8,
pub beginning: bool,
}Expand description
CICAM_player_asset_end() (Table 67): CICAM → Host.
Fields§
§lts_id: u8LTS_id (8).
beginning: boolbeginning (1) — true = start of asset reached; otherwise end reached.
Trait Implementations§
Source§impl Clone for PlayerAssetEnd
impl Clone for PlayerAssetEnd
Source§fn clone(&self) -> PlayerAssetEnd
fn clone(&self) -> PlayerAssetEnd
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 PlayerAssetEnd
Source§impl Debug for PlayerAssetEnd
impl Debug for PlayerAssetEnd
impl Eq for PlayerAssetEnd
Source§impl<'a> Parse<'a> for PlayerAssetEnd
impl<'a> Parse<'a> for PlayerAssetEnd
Source§impl PartialEq for PlayerAssetEnd
impl PartialEq for PlayerAssetEnd
Source§impl Serialize for PlayerAssetEnd
Available on crate feature serde only.
impl Serialize for PlayerAssetEnd
Available on crate feature
serde only.Source§impl Serialize for PlayerAssetEnd
impl Serialize for PlayerAssetEnd
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 PlayerAssetEnd
Auto Trait Implementations§
impl Freeze for PlayerAssetEnd
impl RefUnwindSafe for PlayerAssetEnd
impl Send for PlayerAssetEnd
impl Sync for PlayerAssetEnd
impl Unpin for PlayerAssetEnd
impl UnsafeUnpin for PlayerAssetEnd
impl UnwindSafe for PlayerAssetEnd
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