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