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