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