Struct DvbParentalRatingDescriptor
#[repr(C)]pub struct DvbParentalRatingDescriptor {
pub ulNumParams: u32,
pub pParams: [DvbParentalRatingParam; 1],
}
Fields§
§ulNumParams: u32
§pParams: [DvbParentalRatingParam; 1]
Trait Implementations§
§impl Clone for DvbParentalRatingDescriptor
impl Clone for DvbParentalRatingDescriptor
§fn clone(&self) -> DvbParentalRatingDescriptor
fn clone(&self) -> DvbParentalRatingDescriptor
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 Debug for DvbParentalRatingDescriptor
impl Debug for DvbParentalRatingDescriptor
§impl Default for DvbParentalRatingDescriptor
impl Default for DvbParentalRatingDescriptor
§impl PartialEq for DvbParentalRatingDescriptor
impl PartialEq for DvbParentalRatingDescriptor
impl Copy for DvbParentalRatingDescriptor
impl StructuralPartialEq for DvbParentalRatingDescriptor
Auto Trait Implementations§
impl Freeze for DvbParentalRatingDescriptor
impl RefUnwindSafe for DvbParentalRatingDescriptor
impl Send for DvbParentalRatingDescriptor
impl Sync for DvbParentalRatingDescriptor
impl Unpin for DvbParentalRatingDescriptor
impl UnwindSafe for DvbParentalRatingDescriptor
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