pub struct SetSoundSettings {
pub trax_volume: i32,
pub furni_volume: i32,
pub generic_volume: i32,
}
Fields§
§trax_volume: i32
§furni_volume: i32
§generic_volume: i32
Trait Implementations§
source§impl BaseParser for SetSoundSettings
impl BaseParser for SetSoundSettings
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 SetSoundSettings
impl Clone for SetSoundSettings
source§fn clone(&self) -> SetSoundSettings
fn clone(&self) -> SetSoundSettings
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 SetSoundSettings
impl Debug for SetSoundSettings
source§impl Default for SetSoundSettings
impl Default for SetSoundSettings
source§fn default() -> SetSoundSettings
fn default() -> SetSoundSettings
Returns the “default value” for a type. Read more
source§impl PacketVariable for SetSoundSettings
impl PacketVariable for SetSoundSettings
source§impl PartialEq<SetSoundSettings> for SetSoundSettings
impl PartialEq<SetSoundSettings> for SetSoundSettings
source§fn eq(&self, other: &SetSoundSettings) -> bool
fn eq(&self, other: &SetSoundSettings) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SetSoundSettings
Auto Trait Implementations§
impl RefUnwindSafe for SetSoundSettings
impl Send for SetSoundSettings
impl Sync for SetSoundSettings
impl Unpin for SetSoundSettings
impl UnwindSafe for SetSoundSettings
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