Struct RATING_INFO
#[repr(C, packed(1))]pub struct RATING_INFO {
pub rating_system_count: u32,
pub lpratingsystem: *mut RATING_SYSTEM,
}
Fields§
§rating_system_count: u32
§lpratingsystem: *mut RATING_SYSTEM
Trait Implementations§
§impl Clone for RATING_INFO
impl Clone for RATING_INFO
§fn clone(&self) -> RATING_INFO
fn clone(&self) -> RATING_INFO
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for RATING_INFO
Auto Trait Implementations§
impl Freeze for RATING_INFO
impl RefUnwindSafe for RATING_INFO
impl !Send for RATING_INFO
impl !Sync for RATING_INFO
impl Unpin for RATING_INFO
impl UnwindSafe for RATING_INFO
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