#[repr(C)]pub struct NexVersus_RatingData {
pub total_value: i64,
pub count: u32,
}Expand description
Fields§
§total_value: i64§count: u32Trait Implementations§
Source§impl ClassIdentity for NexVersus_RatingData
impl ClassIdentity for NexVersus_RatingData
Source§impl Clone for NexVersus_RatingData
impl Clone for NexVersus_RatingData
Source§fn clone(&self) -> NexVersus_RatingData
fn clone(&self) -> NexVersus_RatingData
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NexVersus_RatingData
Auto Trait Implementations§
impl Freeze for NexVersus_RatingData
impl RefUnwindSafe for NexVersus_RatingData
impl Send for NexVersus_RatingData
impl Sync for NexVersus_RatingData
impl Unpin for NexVersus_RatingData
impl UnwindSafe for NexVersus_RatingData
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)