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