Struct RATING_SYSTEM
#[repr(C, packed(1))]pub struct RATING_SYSTEM {
pub rating_system_id: GUID,
pub _bitfield: u8,
pub country_code: [u8; 3],
pub rating_attribute_count: u32,
pub lpratingattrib: *mut RATING_ATTRIBUTE,
}
Fields§
§rating_system_id: GUID
§_bitfield: u8
§country_code: [u8; 3]
§rating_attribute_count: u32
§lpratingattrib: *mut RATING_ATTRIBUTE
Trait Implementations§
§impl Clone for RATING_SYSTEM
impl Clone for RATING_SYSTEM
§fn clone(&self) -> RATING_SYSTEM
fn clone(&self) -> RATING_SYSTEM
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 more§impl Default for RATING_SYSTEM
impl Default for RATING_SYSTEM
impl Copy for RATING_SYSTEM
Auto Trait Implementations§
impl Freeze for RATING_SYSTEM
impl RefUnwindSafe for RATING_SYSTEM
impl !Send for RATING_SYSTEM
impl !Sync for RATING_SYSTEM
impl Unpin for RATING_SYSTEM
impl UnwindSafe for RATING_SYSTEM
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