Struct openxr_sys::PassthroughLayerCreateInfoFB
source · [−]#[repr(C)]pub struct PassthroughLayerCreateInfoFB {
pub ty: StructureType,
pub next: *const c_void,
pub passthrough: PassthroughFB,
pub flags: PassthroughFlagsFB,
pub purpose: PassthroughLayerPurposeFB,
}Expand description
See XrPassthroughLayerCreateInfoFB - defined by XR_FB_passthrough
Fields
ty: StructureTypenext: *const c_voidpassthrough: PassthroughFBflags: PassthroughFlagsFBpurpose: PassthroughLayerPurposeFBImplementations
sourceimpl PassthroughLayerCreateInfoFB
impl PassthroughLayerCreateInfoFB
pub const TYPE: StructureType = StructureType::PASSTHROUGH_LAYER_CREATE_INFO_FB
Trait Implementations
sourceimpl Clone for PassthroughLayerCreateInfoFB
impl Clone for PassthroughLayerCreateInfoFB
sourcefn clone(&self) -> PassthroughLayerCreateInfoFB
fn clone(&self) -> PassthroughLayerCreateInfoFB
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 PassthroughLayerCreateInfoFB
impl Debug for PassthroughLayerCreateInfoFB
impl Copy for PassthroughLayerCreateInfoFB
Auto Trait Implementations
impl RefUnwindSafe for PassthroughLayerCreateInfoFB
impl !Send for PassthroughLayerCreateInfoFB
impl !Sync for PassthroughLayerCreateInfoFB
impl Unpin for PassthroughLayerCreateInfoFB
impl UnwindSafe for PassthroughLayerCreateInfoFB
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