#[repr(C)]pub struct EnvironmentDepthSwapchainCreateInfoMETA {
pub ty: StructureType,
pub next: *const c_void,
pub create_flags: EnvironmentDepthSwapchainCreateFlagsMETA,
}
Expand description
See XrEnvironmentDepthSwapchainCreateInfoMETA - defined by XR_META_environment_depth
Fields§
§ty: StructureType
§next: *const c_void
§create_flags: EnvironmentDepthSwapchainCreateFlagsMETA
Implementations§
Source§impl EnvironmentDepthSwapchainCreateInfoMETA
impl EnvironmentDepthSwapchainCreateInfoMETA
pub const TYPE: StructureType = StructureType::ENVIRONMENT_DEPTH_SWAPCHAIN_CREATE_INFO_META
Trait Implementations§
Source§impl Clone for EnvironmentDepthSwapchainCreateInfoMETA
impl Clone for EnvironmentDepthSwapchainCreateInfoMETA
Source§fn clone(&self) -> EnvironmentDepthSwapchainCreateInfoMETA
fn clone(&self) -> EnvironmentDepthSwapchainCreateInfoMETA
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 EnvironmentDepthSwapchainCreateInfoMETA
Auto Trait Implementations§
impl Freeze for EnvironmentDepthSwapchainCreateInfoMETA
impl RefUnwindSafe for EnvironmentDepthSwapchainCreateInfoMETA
impl !Send for EnvironmentDepthSwapchainCreateInfoMETA
impl !Sync for EnvironmentDepthSwapchainCreateInfoMETA
impl Unpin for EnvironmentDepthSwapchainCreateInfoMETA
impl UnwindSafe for EnvironmentDepthSwapchainCreateInfoMETA
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