Struct windows_sys::Win32::Media::DirectShow::RATING_INFO
[−]#[repr(C, packed(1))]pub struct RATING_INFO {
pub rating_system_count: u32,
pub lpratingsystem: *mut RATING_SYSTEM,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
rating_system_count: u32
lpratingsystem: *mut RATING_SYSTEM
Trait Implementations
impl Clone for RATING_INFO
impl Clone for RATING_INFO
impl Copy for RATING_INFO
Auto Trait Implementations
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
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