Struct openxr_sys::CompositionLayerBaseHeader
source · [−]#[repr(C)]pub struct CompositionLayerBaseHeader {
pub ty: StructureType,
pub next: *const c_void,
pub layer_flags: CompositionLayerFlags,
pub space: Space,
}Expand description
Fields
ty: StructureTypenext: *const c_voidlayer_flags: CompositionLayerFlagsspace: SpaceTrait Implementations
sourceimpl Clone for CompositionLayerBaseHeader
impl Clone for CompositionLayerBaseHeader
sourcefn clone(&self) -> CompositionLayerBaseHeader
fn clone(&self) -> CompositionLayerBaseHeader
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 CompositionLayerBaseHeader
impl Debug for CompositionLayerBaseHeader
impl Copy for CompositionLayerBaseHeader
Auto Trait Implementations
impl RefUnwindSafe for CompositionLayerBaseHeader
impl !Send for CompositionLayerBaseHeader
impl !Sync for CompositionLayerBaseHeader
impl Unpin for CompositionLayerBaseHeader
impl UnwindSafe for CompositionLayerBaseHeader
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