pub struct SoundsInnerData {Show 14 fields
pub origin_x: Option<u64>,
pub origin_y: Option<u64>,
pub origin_z: Option<u64>,
pub volume: Option<u64>,
pub sequence_number: Option<u64>,
pub entity_index: Option<u64>,
pub channel: Option<u64>,
pub pitch: Option<u64>,
pub flags: Option<u64>,
pub sound_num: Option<u64>,
pub sound_num_handle: Option<u32>,
pub random_seed: Option<u64>,
pub sound_level: Option<u64>,
pub is_ambient: Option<u64>,
}
Fields§
§origin_x: Option<u64>
§origin_y: Option<u64>
§origin_z: Option<u64>
§volume: Option<u64>
§sequence_number: Option<u64>
§entity_index: Option<u64>
§channel: Option<u64>
§pitch: Option<u64>
§flags: Option<u64>
§sound_num: Option<u64>
§sound_num_handle: Option<u32>
§random_seed: Option<u64>
§sound_level: Option<u64>
§is_ambient: Option<u64>
Implementations§
Source§impl SoundsInnerData
impl SoundsInnerData
pub fn to_vec(&self) -> Vec<(&'static str, ProtobufValue)>
Trait Implementations§
Source§impl Clone for SoundsInnerData
impl Clone for SoundsInnerData
Source§fn clone(&self) -> SoundsInnerData
fn clone(&self) -> SoundsInnerData
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for SoundsInnerData
impl RefUnwindSafe for SoundsInnerData
impl Send for SoundsInnerData
impl Sync for SoundsInnerData
impl Unpin for SoundsInnerData
impl UnwindSafe for SoundsInnerData
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