pub struct PlayerCapabilitiesReply {
pub component_types: Vec<ComponentType>,
}Expand description
CICAM_player_capabilities_reply() (Table 53): Host → CICAM.
Fields§
§component_types: Vec<ComponentType>component_type list (loop count number_of_component_types).
Trait Implementations§
Source§impl Clone for PlayerCapabilitiesReply
impl Clone for PlayerCapabilitiesReply
Source§fn clone(&self) -> PlayerCapabilitiesReply
fn clone(&self) -> PlayerCapabilitiesReply
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 moreSource§impl Debug for PlayerCapabilitiesReply
impl Debug for PlayerCapabilitiesReply
impl Eq for PlayerCapabilitiesReply
Source§impl<'a> Parse<'a> for PlayerCapabilitiesReply
impl<'a> Parse<'a> for PlayerCapabilitiesReply
Source§impl PartialEq for PlayerCapabilitiesReply
impl PartialEq for PlayerCapabilitiesReply
Source§impl Serialize for PlayerCapabilitiesReply
Available on crate feature serde only.
impl Serialize for PlayerCapabilitiesReply
Available on crate feature
serde only.Source§impl Serialize for PlayerCapabilitiesReply
impl Serialize for PlayerCapabilitiesReply
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 PlayerCapabilitiesReply
Auto Trait Implementations§
impl Freeze for PlayerCapabilitiesReply
impl RefUnwindSafe for PlayerCapabilitiesReply
impl Send for PlayerCapabilitiesReply
impl Sync for PlayerCapabilitiesReply
impl Unpin for PlayerCapabilitiesReply
impl UnsafeUnpin for PlayerCapabilitiesReply
impl UnwindSafe for PlayerCapabilitiesReply
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