#[repr(C)]pub struct EnvironmentDepthImageMETA {
pub ty: StructureType,
pub next: *const c_void,
pub swapchain_index: u32,
pub near_z: f32,
pub far_z: f32,
pub views: [EnvironmentDepthImageViewMETA; 2],
}
Expand description
See XrEnvironmentDepthImageMETA - defined by XR_META_environment_depth
Fields§
§ty: StructureType
§next: *const c_void
§swapchain_index: u32
§near_z: f32
§far_z: f32
§views: [EnvironmentDepthImageViewMETA; 2]
Implementations§
Source§impl EnvironmentDepthImageMETA
impl EnvironmentDepthImageMETA
pub const TYPE: StructureType = StructureType::ENVIRONMENT_DEPTH_IMAGE_META
Trait Implementations§
Source§impl Clone for EnvironmentDepthImageMETA
impl Clone for EnvironmentDepthImageMETA
Source§fn clone(&self) -> EnvironmentDepthImageMETA
fn clone(&self) -> EnvironmentDepthImageMETA
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 moreSource§impl Debug for EnvironmentDepthImageMETA
impl Debug for EnvironmentDepthImageMETA
impl Copy for EnvironmentDepthImageMETA
Auto Trait Implementations§
impl Freeze for EnvironmentDepthImageMETA
impl RefUnwindSafe for EnvironmentDepthImageMETA
impl !Send for EnvironmentDepthImageMETA
impl !Sync for EnvironmentDepthImageMETA
impl Unpin for EnvironmentDepthImageMETA
impl UnwindSafe for EnvironmentDepthImageMETA
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