#[repr(C)]pub struct ScePvfCacheKey {
pub keyValue0: c_int,
pub keyValue1: c_int,
pub keyValue2: f32,
pub keyValue3: f32,
pub keyValue4: f32,
pub keyValue5: f32,
pub keyValue6: f32,
pub keyValue7: f32,
pub keyValue8: f32,
}Fields§
§keyValue0: c_int§keyValue1: c_int§keyValue2: f32§keyValue3: f32§keyValue4: f32§keyValue5: f32§keyValue6: f32§keyValue7: f32§keyValue8: f32Trait Implementations§
Source§impl Clone for ScePvfCacheKey
impl Clone for ScePvfCacheKey
Source§fn clone(&self) -> ScePvfCacheKey
fn clone(&self) -> ScePvfCacheKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ScePvfCacheKey
impl Debug for ScePvfCacheKey
impl Copy for ScePvfCacheKey
Auto Trait Implementations§
impl Freeze for ScePvfCacheKey
impl RefUnwindSafe for ScePvfCacheKey
impl Send for ScePvfCacheKey
impl Sync for ScePvfCacheKey
impl Unpin for ScePvfCacheKey
impl UnsafeUnpin for ScePvfCacheKey
impl UnwindSafe for ScePvfCacheKey
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