#[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 = Self(0i32)
pub const Application: Self = Self(1i32)
pub const Game: Self = Self(2i32)
pub const Movie: Self = Self(3i32)
pub const Television: Self = Self(4i32)
pub const Music: Self = Self(5i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more