Struct windows_sys::Win32::Media::DirectShow::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,
}
Expand description
Required features: "Win32_Media_DirectShow"
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
impl Copy for RATING_SYSTEM
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more