Struct openxr_sys::SessionCreateInfoOverlayEXTX
source · [−]#[repr(C)]pub struct SessionCreateInfoOverlayEXTX {
pub ty: StructureType,
pub next: *const c_void,
pub create_flags: OverlaySessionCreateFlagsEXTX,
pub session_layers_placement: u32,
}Expand description
See XrSessionCreateInfoOverlayEXTX - defined by XR_EXTX_overlay
Fields
ty: StructureTypenext: *const c_voidcreate_flags: OverlaySessionCreateFlagsEXTXsession_layers_placement: u32Implementations
sourceimpl SessionCreateInfoOverlayEXTX
impl SessionCreateInfoOverlayEXTX
pub const TYPE: StructureType = StructureType::SESSION_CREATE_INFO_OVERLAY_EXTX
Trait Implementations
sourceimpl Clone for SessionCreateInfoOverlayEXTX
impl Clone for SessionCreateInfoOverlayEXTX
sourcefn clone(&self) -> SessionCreateInfoOverlayEXTX
fn clone(&self) -> SessionCreateInfoOverlayEXTX
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 moresourceimpl Debug for SessionCreateInfoOverlayEXTX
impl Debug for SessionCreateInfoOverlayEXTX
impl Copy for SessionCreateInfoOverlayEXTX
Auto Trait Implementations
impl RefUnwindSafe for SessionCreateInfoOverlayEXTX
impl !Send for SessionCreateInfoOverlayEXTX
impl !Sync for SessionCreateInfoOverlayEXTX
impl Unpin for SessionCreateInfoOverlayEXTX
impl UnwindSafe for SessionCreateInfoOverlayEXTX
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