#[repr(C)]pub struct SurfaceFullScreenExclusiveInfoEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub full_screen_exclusive: FullScreenExclusiveEXT,
}Expand description
VkSurfaceFullScreenExclusiveInfoEXT
Provided by VK_EXT_full_screen_exclusive.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_SURFACE_FULL_SCREEN_EXCLUSIVE_INFO_EXT.
p_next: *mut c_voidOptional, may be null.
full_screen_exclusive: FullScreenExclusiveEXTImplementations§
Source§impl SurfaceFullScreenExclusiveInfoEXT
impl SurfaceFullScreenExclusiveInfoEXT
Sourcepub fn builder<'a>() -> SurfaceFullScreenExclusiveInfoEXTBuilder<'a>
pub fn builder<'a>() -> SurfaceFullScreenExclusiveInfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for SurfaceFullScreenExclusiveInfoEXT
impl Clone for SurfaceFullScreenExclusiveInfoEXT
Source§fn clone(&self) -> SurfaceFullScreenExclusiveInfoEXT
fn clone(&self) -> SurfaceFullScreenExclusiveInfoEXT
Returns a duplicate 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 moreimpl Copy for SurfaceFullScreenExclusiveInfoEXT
impl ExtendsPhysicalDeviceSurfaceInfo2KHR for SurfaceFullScreenExclusiveInfoEXT
impl ExtendsSwapchainCreateInfoKHR for SurfaceFullScreenExclusiveInfoEXT
Auto Trait Implementations§
impl Freeze for SurfaceFullScreenExclusiveInfoEXT
impl RefUnwindSafe for SurfaceFullScreenExclusiveInfoEXT
impl !Send for SurfaceFullScreenExclusiveInfoEXT
impl !Sync for SurfaceFullScreenExclusiveInfoEXT
impl Unpin for SurfaceFullScreenExclusiveInfoEXT
impl UnsafeUnpin for SurfaceFullScreenExclusiveInfoEXT
impl UnwindSafe for SurfaceFullScreenExclusiveInfoEXT
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