Struct ash::vk::DeviceGroupSwapchainCreateInfoKHR
source · #[repr(C)]pub struct DeviceGroupSwapchainCreateInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub modes: DeviceGroupPresentModeFlagsKHR,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§modes: DeviceGroupPresentModeFlagsKHR
Implementations§
source§impl DeviceGroupSwapchainCreateInfoKHR
impl DeviceGroupSwapchainCreateInfoKHR
pub fn builder<'a>() -> DeviceGroupSwapchainCreateInfoKHRBuilder<'a>
Trait Implementations§
source§impl Clone for DeviceGroupSwapchainCreateInfoKHR
impl Clone for DeviceGroupSwapchainCreateInfoKHR
source§fn clone(&self) -> DeviceGroupSwapchainCreateInfoKHR
fn clone(&self) -> DeviceGroupSwapchainCreateInfoKHR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl TaggedStructure for DeviceGroupSwapchainCreateInfoKHR
impl TaggedStructure for DeviceGroupSwapchainCreateInfoKHR
const STRUCTURE_TYPE: StructureType = StructureType::DEVICE_GROUP_SWAPCHAIN_CREATE_INFO_KHR
impl Copy for DeviceGroupSwapchainCreateInfoKHR
impl ExtendsSwapchainCreateInfoKHR for DeviceGroupSwapchainCreateInfoKHR
Auto Trait Implementations§
impl Freeze for DeviceGroupSwapchainCreateInfoKHR
impl RefUnwindSafe for DeviceGroupSwapchainCreateInfoKHR
impl !Send for DeviceGroupSwapchainCreateInfoKHR
impl !Sync for DeviceGroupSwapchainCreateInfoKHR
impl Unpin for DeviceGroupSwapchainCreateInfoKHR
impl UnwindSafe for DeviceGroupSwapchainCreateInfoKHR
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more