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