#[repr(transparent)]pub struct SphericalVideoFrameFormat(pub i32);
Expand description
Required features: "Media_MediaProperties"
Tuple Fields
0: i32
Implementations
impl SphericalVideoFrameFormat
impl SphericalVideoFrameFormat
pub const None: Self = Self(0i32)
pub const Unsupported: Self = Self(1i32)
pub const Equirectangular: Self = Self(2i32)
Trait Implementations
impl Clone for SphericalVideoFrameFormat
impl Clone for SphericalVideoFrameFormat
impl Copy for SphericalVideoFrameFormat
Auto Trait Implementations
impl RefUnwindSafe for SphericalVideoFrameFormat
impl Send for SphericalVideoFrameFormat
impl Sync for SphericalVideoFrameFormat
impl Unpin for SphericalVideoFrameFormat
impl UnwindSafe for SphericalVideoFrameFormat
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