#[repr(C)]pub struct EnvironmentDepthSwapchainStateMETA {
pub ty: StructureType,
pub next: *mut c_void,
pub width: u32,
pub height: u32,
}
Expand description
See XrEnvironmentDepthSwapchainStateMETA - defined by XR_META_environment_depth
Fields§
§ty: StructureType
§next: *mut c_void
§width: u32
§height: u32
Implementations§
Source§impl EnvironmentDepthSwapchainStateMETA
impl EnvironmentDepthSwapchainStateMETA
pub const TYPE: StructureType = StructureType::ENVIRONMENT_DEPTH_SWAPCHAIN_STATE_META
Sourcepub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
pub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
Construct a partially-initialized value suitable for passing to OpenXR
Trait Implementations§
Source§impl Clone for EnvironmentDepthSwapchainStateMETA
impl Clone for EnvironmentDepthSwapchainStateMETA
Source§fn clone(&self) -> EnvironmentDepthSwapchainStateMETA
fn clone(&self) -> EnvironmentDepthSwapchainStateMETA
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 EnvironmentDepthSwapchainStateMETA
Auto Trait Implementations§
impl Freeze for EnvironmentDepthSwapchainStateMETA
impl RefUnwindSafe for EnvironmentDepthSwapchainStateMETA
impl !Send for EnvironmentDepthSwapchainStateMETA
impl !Sync for EnvironmentDepthSwapchainStateMETA
impl Unpin for EnvironmentDepthSwapchainStateMETA
impl UnwindSafe for EnvironmentDepthSwapchainStateMETA
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