pub struct PlayList {
pub synchronization_count: i32,
pub play_list: Vec<PlayListEntry>,
}
Fields§
§synchronization_count: i32
§play_list: Vec<PlayListEntry>
Trait Implementations§
Source§impl BaseParser for PlayList
impl BaseParser for PlayList
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
Source§impl PacketVariable for PlayList
impl PacketVariable for PlayList
impl StructuralPartialEq for PlayList
Auto Trait Implementations§
impl Freeze for PlayList
impl RefUnwindSafe for PlayList
impl Send for PlayList
impl Sync for PlayList
impl Unpin for PlayList
impl UnwindSafe for PlayList
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