#[repr(C)]pub struct SecondaryViewConfigurationLayerInfoMSFT {
pub ty: StructureType,
pub next: *const c_void,
pub view_configuration_type: ViewConfigurationType,
pub environment_blend_mode: EnvironmentBlendMode,
pub layer_count: u32,
pub layers: *const *const CompositionLayerBaseHeader,
}Expand description
Fields
ty: StructureTypenext: *const c_voidview_configuration_type: ViewConfigurationTypeenvironment_blend_mode: EnvironmentBlendModelayer_count: u32layers: *const *const CompositionLayerBaseHeaderImplementations
sourceimpl SecondaryViewConfigurationLayerInfoMSFT
impl SecondaryViewConfigurationLayerInfoMSFT
pub const TYPE: StructureType = StructureType::SECONDARY_VIEW_CONFIGURATION_LAYER_INFO_MSFT
Trait Implementations
sourceimpl Clone for SecondaryViewConfigurationLayerInfoMSFT
impl Clone for SecondaryViewConfigurationLayerInfoMSFT
sourcefn clone(&self) -> SecondaryViewConfigurationLayerInfoMSFT
fn clone(&self) -> SecondaryViewConfigurationLayerInfoMSFT
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 moreimpl Copy for SecondaryViewConfigurationLayerInfoMSFT
Auto Trait Implementations
impl RefUnwindSafe for SecondaryViewConfigurationLayerInfoMSFT
impl !Send for SecondaryViewConfigurationLayerInfoMSFT
impl !Sync for SecondaryViewConfigurationLayerInfoMSFT
impl Unpin for SecondaryViewConfigurationLayerInfoMSFT
impl UnwindSafe for SecondaryViewConfigurationLayerInfoMSFT
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