pub struct GetSoundMachinePlayList {}
Trait Implementations§
Source§impl BaseParser for GetSoundMachinePlayList
impl BaseParser for GetSoundMachinePlayList
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 Clone for GetSoundMachinePlayList
impl Clone for GetSoundMachinePlayList
Source§fn clone(&self) -> GetSoundMachinePlayList
fn clone(&self) -> GetSoundMachinePlayList
Returns a duplicate of the value. Read more
1.0.0 · 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 GetSoundMachinePlayList
impl Debug for GetSoundMachinePlayList
Source§impl Default for GetSoundMachinePlayList
impl Default for GetSoundMachinePlayList
Source§fn default() -> GetSoundMachinePlayList
fn default() -> GetSoundMachinePlayList
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetSoundMachinePlayList
impl PartialEq for GetSoundMachinePlayList
impl StructuralPartialEq for GetSoundMachinePlayList
Auto Trait Implementations§
impl Freeze for GetSoundMachinePlayList
impl RefUnwindSafe for GetSoundMachinePlayList
impl Send for GetSoundMachinePlayList
impl Sync for GetSoundMachinePlayList
impl Unpin for GetSoundMachinePlayList
impl UnwindSafe for GetSoundMachinePlayList
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