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