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