Struct openxr_sys::CompositionLayerImageLayoutFB
source · [−]#[repr(C)]pub struct CompositionLayerImageLayoutFB {
pub ty: StructureType,
pub next: *mut c_void,
pub flags: CompositionLayerImageLayoutFlagsFB,
}Expand description
See XrCompositionLayerImageLayoutFB - defined by XR_FB_composition_layer_image_layout
Fields
ty: StructureTypenext: *mut c_voidflags: CompositionLayerImageLayoutFlagsFBImplementations
sourceimpl CompositionLayerImageLayoutFB
impl CompositionLayerImageLayoutFB
pub const TYPE: StructureType = StructureType::COMPOSITION_LAYER_IMAGE_LAYOUT_FB
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
sourceimpl Clone for CompositionLayerImageLayoutFB
impl Clone for CompositionLayerImageLayoutFB
sourcefn clone(&self) -> CompositionLayerImageLayoutFB
fn clone(&self) -> CompositionLayerImageLayoutFB
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 CompositionLayerImageLayoutFB
impl Debug for CompositionLayerImageLayoutFB
impl Copy for CompositionLayerImageLayoutFB
Auto Trait Implementations
impl RefUnwindSafe for CompositionLayerImageLayoutFB
impl !Send for CompositionLayerImageLayoutFB
impl !Sync for CompositionLayerImageLayoutFB
impl Unpin for CompositionLayerImageLayoutFB
impl UnwindSafe for CompositionLayerImageLayoutFB
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