#[repr(C)]pub struct CompositionLayerDepthTestFB {
pub ty: StructureType,
pub next: *const c_void,
pub depth_mask: Bool32,
pub compare_op: CompareOpFB,
}
Expand description
See XrCompositionLayerDepthTestFB - defined by XR_FB_composition_layer_depth_test
Fields§
§ty: StructureType
§next: *const c_void
§depth_mask: Bool32
§compare_op: CompareOpFB
Implementations§
Source§impl CompositionLayerDepthTestFB
impl CompositionLayerDepthTestFB
pub const TYPE: StructureType = StructureType::COMPOSITION_LAYER_DEPTH_TEST_FB
Trait Implementations§
Source§impl Clone for CompositionLayerDepthTestFB
impl Clone for CompositionLayerDepthTestFB
Source§fn clone(&self) -> CompositionLayerDepthTestFB
fn clone(&self) -> CompositionLayerDepthTestFB
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 CompositionLayerDepthTestFB
impl Debug for CompositionLayerDepthTestFB
impl Copy for CompositionLayerDepthTestFB
Auto Trait Implementations§
impl Freeze for CompositionLayerDepthTestFB
impl RefUnwindSafe for CompositionLayerDepthTestFB
impl !Send for CompositionLayerDepthTestFB
impl !Sync for CompositionLayerDepthTestFB
impl Unpin for CompositionLayerDepthTestFB
impl UnwindSafe for CompositionLayerDepthTestFB
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