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