Struct openxr_sys::CompositionLayerAlphaBlendFB
source · [−]#[repr(C)]pub struct CompositionLayerAlphaBlendFB {
pub ty: StructureType,
pub next: *mut c_void,
pub src_factor_color: BlendFactorFB,
pub dst_factor_color: BlendFactorFB,
pub src_factor_alpha: BlendFactorFB,
pub dst_factor_alpha: BlendFactorFB,
}Expand description
See XrCompositionLayerAlphaBlendFB - defined by XR_FB_composition_layer_alpha_blend
Fields
ty: StructureTypenext: *mut c_voidsrc_factor_color: BlendFactorFBdst_factor_color: BlendFactorFBsrc_factor_alpha: BlendFactorFBdst_factor_alpha: BlendFactorFBImplementations
sourceimpl CompositionLayerAlphaBlendFB
impl CompositionLayerAlphaBlendFB
pub const TYPE: StructureType = StructureType::COMPOSITION_LAYER_ALPHA_BLEND_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 CompositionLayerAlphaBlendFB
impl Clone for CompositionLayerAlphaBlendFB
sourcefn clone(&self) -> CompositionLayerAlphaBlendFB
fn clone(&self) -> CompositionLayerAlphaBlendFB
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 CompositionLayerAlphaBlendFB
impl Debug for CompositionLayerAlphaBlendFB
impl Copy for CompositionLayerAlphaBlendFB
Auto Trait Implementations
impl RefUnwindSafe for CompositionLayerAlphaBlendFB
impl !Send for CompositionLayerAlphaBlendFB
impl !Sync for CompositionLayerAlphaBlendFB
impl Unpin for CompositionLayerAlphaBlendFB
impl UnwindSafe for CompositionLayerAlphaBlendFB
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