Struct vvdec_sys::vvdecSEISphereRotation
source · #[repr(C)]pub struct vvdecSEISphereRotation {
pub sphereRotationCancelFlag: bool,
pub sphereRotationPersistenceFlag: bool,
pub sphereRotationYaw: c_int,
pub sphereRotationPitch: c_int,
pub sphereRotationRoll: c_int,
}Fields§
§sphereRotationCancelFlag: bool§sphereRotationPersistenceFlag: bool§sphereRotationYaw: c_int§sphereRotationPitch: c_int§sphereRotationRoll: c_intTrait Implementations§
source§impl Clone for vvdecSEISphereRotation
impl Clone for vvdecSEISphereRotation
source§fn clone(&self) -> vvdecSEISphereRotation
fn clone(&self) -> vvdecSEISphereRotation
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 moresource§impl Debug for vvdecSEISphereRotation
impl Debug for vvdecSEISphereRotation
impl Copy for vvdecSEISphereRotation
Auto Trait Implementations§
impl RefUnwindSafe for vvdecSEISphereRotation
impl Send for vvdecSEISphereRotation
impl Sync for vvdecSEISphereRotation
impl Unpin for vvdecSEISphereRotation
impl UnwindSafe for vvdecSEISphereRotation
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