#[repr(C)]pub struct EnvironmentDepthImageViewMETA {
pub ty: StructureType,
pub next: *const c_void,
pub fov: Fovf,
pub pose: Posef,
}
Expand description
See XrEnvironmentDepthImageViewMETA - defined by XR_META_environment_depth
Fields§
§ty: StructureType
§next: *const c_void
§fov: Fovf
§pose: Posef
Implementations§
Source§impl EnvironmentDepthImageViewMETA
impl EnvironmentDepthImageViewMETA
pub const TYPE: StructureType = StructureType::ENVIRONMENT_DEPTH_IMAGE_VIEW_META
Trait Implementations§
Source§impl Clone for EnvironmentDepthImageViewMETA
impl Clone for EnvironmentDepthImageViewMETA
Source§fn clone(&self) -> EnvironmentDepthImageViewMETA
fn clone(&self) -> EnvironmentDepthImageViewMETA
Returns a duplicate 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 moreimpl Copy for EnvironmentDepthImageViewMETA
Auto Trait Implementations§
impl Freeze for EnvironmentDepthImageViewMETA
impl RefUnwindSafe for EnvironmentDepthImageViewMETA
impl !Send for EnvironmentDepthImageViewMETA
impl !Sync for EnvironmentDepthImageViewMETA
impl Unpin for EnvironmentDepthImageViewMETA
impl UnwindSafe for EnvironmentDepthImageViewMETA
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