#[repr(transparent)]pub struct RatedContentCategory(pub i32);
Expand description
Required features: ‘Media_ContentRestrictions’
Tuple Fields
0: i32
Implementations
impl RatedContentCategory
impl RatedContentCategory
pub const General: Self
pub const Application: Self
pub const Game: Self
pub const Movie: Self
pub const Television: Self
pub const Music: Self
Trait Implementations
impl Clone for RatedContentCategory
impl Clone for RatedContentCategory
impl Copy for RatedContentCategory
Auto Trait Implementations
impl RefUnwindSafe for RatedContentCategory
impl Send for RatedContentCategory
impl Sync for RatedContentCategory
impl Unpin for RatedContentCategory
impl UnwindSafe for RatedContentCategory
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more