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