#[repr(C)]pub struct SecondaryViewConfigurationFrameEndInfoMSFT {
pub ty: StructureType,
pub next: *const c_void,
pub view_configuration_count: u32,
pub view_configuration_layers_info: *const SecondaryViewConfigurationLayerInfoMSFT,
}Expand description
Fields
ty: StructureTypenext: *const c_voidview_configuration_count: u32view_configuration_layers_info: *const SecondaryViewConfigurationLayerInfoMSFTImplementations
sourceimpl SecondaryViewConfigurationFrameEndInfoMSFT
impl SecondaryViewConfigurationFrameEndInfoMSFT
pub const TYPE: StructureType = StructureType::SECONDARY_VIEW_CONFIGURATION_FRAME_END_INFO_MSFT
Trait Implementations
sourceimpl Clone for SecondaryViewConfigurationFrameEndInfoMSFT
impl Clone for SecondaryViewConfigurationFrameEndInfoMSFT
sourcefn clone(&self) -> SecondaryViewConfigurationFrameEndInfoMSFT
fn clone(&self) -> SecondaryViewConfigurationFrameEndInfoMSFT
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 SecondaryViewConfigurationFrameEndInfoMSFT
Auto Trait Implementations
impl RefUnwindSafe for SecondaryViewConfigurationFrameEndInfoMSFT
impl !Send for SecondaryViewConfigurationFrameEndInfoMSFT
impl !Sync for SecondaryViewConfigurationFrameEndInfoMSFT
impl Unpin for SecondaryViewConfigurationFrameEndInfoMSFT
impl UnwindSafe for SecondaryViewConfigurationFrameEndInfoMSFT
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