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 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 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 for SetSoundSettings
impl PartialEq for SetSoundSettings
impl StructuralPartialEq for SetSoundSettings
Auto Trait Implementations§
impl Freeze for SetSoundSettings
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