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