#[repr(C)]pub struct CompositionLayerDepthTestVARJO {
pub ty: StructureType,
pub next: *const c_void,
pub depth_test_range_near_z: f32,
pub depth_test_range_far_z: f32,
}Expand description
See XrCompositionLayerDepthTestVARJO - defined by XR_VARJO_composition_layer_depth_test
Fields
ty: StructureTypenext: *const c_voiddepth_test_range_near_z: f32depth_test_range_far_z: f32Implementations
sourceimpl CompositionLayerDepthTestVARJO
impl CompositionLayerDepthTestVARJO
pub const TYPE: StructureType = StructureType::COMPOSITION_LAYER_DEPTH_TEST_VARJO
Trait Implementations
sourceimpl Clone for CompositionLayerDepthTestVARJO
impl Clone for CompositionLayerDepthTestVARJO
sourcefn clone(&self) -> CompositionLayerDepthTestVARJO
fn clone(&self) -> CompositionLayerDepthTestVARJO
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CompositionLayerDepthTestVARJO
Auto Trait Implementations
impl RefUnwindSafe for CompositionLayerDepthTestVARJO
impl !Send for CompositionLayerDepthTestVARJO
impl !Sync for CompositionLayerDepthTestVARJO
impl Unpin for CompositionLayerDepthTestVARJO
impl UnwindSafe for CompositionLayerDepthTestVARJO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more