#[repr(C)]pub struct DvbParentalRatingDescriptor {
pub ulNumParams: u32,
pub pParams: [DvbParentalRatingParam; 1],
}
Expand description
Required features: "Win32_Media_DirectShow"
, "Win32_Foundation"
Fields
ulNumParams: u32
pParams: [DvbParentalRatingParam; 1]
Trait Implementations
impl Clone for DvbParentalRatingDescriptor
impl Clone for DvbParentalRatingDescriptor
impl Copy for DvbParentalRatingDescriptor
Auto Trait Implementations
impl RefUnwindSafe for DvbParentalRatingDescriptor
impl Send for DvbParentalRatingDescriptor
impl Sync for DvbParentalRatingDescriptor
impl Unpin for DvbParentalRatingDescriptor
impl UnwindSafe for DvbParentalRatingDescriptor
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