#[repr(transparent)]pub struct SphericalVideoFrameFormat(pub i32);Expand description
Required features: ‘Media_MediaProperties’
Tuple Fields
0: i32Implementations
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more