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