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 copy 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<TraxSongInfo> for TraxSongInfo
impl PartialEq<TraxSongInfo> for TraxSongInfo
source§fn eq(&self, other: &TraxSongInfo) -> bool
fn eq(&self, other: &TraxSongInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TraxSongInfo
Auto Trait Implementations§
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