pub struct SoundsData {
pub reliable_sound: Option<u64>,
pub SoundsInner: Vec<SoundsInnerData>,
}
Fields§
§reliable_sound: Option<u64>
§SoundsInner: Vec<SoundsInnerData>
Implementations§
Source§impl SoundsData
impl SoundsData
pub fn to_vec(&self) -> Vec<(&'static str, ProtobufValue)>
Trait Implementations§
Source§impl Clone for SoundsData
impl Clone for SoundsData
Source§fn clone(&self) -> SoundsData
fn clone(&self) -> SoundsData
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 SoundsData
impl RefUnwindSafe for SoundsData
impl Send for SoundsData
impl Sync for SoundsData
impl Unpin for SoundsData
impl UnwindSafe for SoundsData
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