Struct SphericalVideoFrameFormat
#[repr(transparent)]pub struct SphericalVideoFrameFormat(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for SphericalVideoFrameFormat
impl Clone for SphericalVideoFrameFormat
§fn clone(&self) -> SphericalVideoFrameFormat
fn clone(&self) -> SphericalVideoFrameFormat
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for SphericalVideoFrameFormat
impl Debug for SphericalVideoFrameFormat
§impl Default for SphericalVideoFrameFormat
impl Default for SphericalVideoFrameFormat
§fn default() -> SphericalVideoFrameFormat
fn default() -> SphericalVideoFrameFormat
Returns the “default value” for a type. Read more
§impl PartialEq for SphericalVideoFrameFormat
impl PartialEq for SphericalVideoFrameFormat
impl Copy for SphericalVideoFrameFormat
impl Eq for SphericalVideoFrameFormat
impl StructuralPartialEq for SphericalVideoFrameFormat
Auto Trait Implementations§
impl Freeze for SphericalVideoFrameFormat
impl RefUnwindSafe for SphericalVideoFrameFormat
impl Send for SphericalVideoFrameFormat
impl Sync for SphericalVideoFrameFormat
impl Unpin for SphericalVideoFrameFormat
impl UnwindSafe for SphericalVideoFrameFormat
Blanket Implementations§
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