Struct ash::vk::SurfaceFullScreenExclusiveInfoEXT
source · #[repr(C)]pub struct SurfaceFullScreenExclusiveInfoEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub full_screen_exclusive: FullScreenExclusiveEXT,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§full_screen_exclusive: FullScreenExclusiveEXT
Implementations§
source§impl SurfaceFullScreenExclusiveInfoEXT
impl SurfaceFullScreenExclusiveInfoEXT
pub fn builder<'a>() -> SurfaceFullScreenExclusiveInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for SurfaceFullScreenExclusiveInfoEXT
impl Clone for SurfaceFullScreenExclusiveInfoEXT
source§fn clone(&self) -> SurfaceFullScreenExclusiveInfoEXT
fn clone(&self) -> SurfaceFullScreenExclusiveInfoEXT
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 SurfaceFullScreenExclusiveInfoEXT
impl TaggedStructure for SurfaceFullScreenExclusiveInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::SURFACE_FULL_SCREEN_EXCLUSIVE_INFO_EXT
impl 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 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