pub struct Rtng {
pub entity: FourCC,
pub criteria: FourCC,
pub language: String,
pub rating_info: String,
}Fields§
§entity: FourCC§criteria: FourCC§language: String§rating_info: StringTrait Implementations§
impl Eq for Rtng
impl StructuralPartialEq for Rtng
Auto Trait Implementations§
impl Freeze for Rtng
impl RefUnwindSafe for Rtng
impl Send for Rtng
impl Sync for Rtng
impl Unpin for Rtng
impl UnsafeUnpin for Rtng
impl UnwindSafe for Rtng
Blanket Implementations§
Source§impl<T> Atom for Twhere
T: AtomExt,
impl<T> Atom for Twhere
T: AtomExt,
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