Struct ash::vk::SurfaceFullScreenExclusiveInfoEXT
source · #[repr(C)]pub struct SurfaceFullScreenExclusiveInfoEXT<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub full_screen_exclusive: FullScreenExclusiveEXT,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§full_screen_exclusive: FullScreenExclusiveEXT
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> SurfaceFullScreenExclusiveInfoEXT<'a>
impl<'a> SurfaceFullScreenExclusiveInfoEXT<'a>
pub fn full_screen_exclusive( self, full_screen_exclusive: FullScreenExclusiveEXT, ) -> Self
Trait Implementations§
source§impl<'a> Clone for SurfaceFullScreenExclusiveInfoEXT<'a>
impl<'a> Clone for SurfaceFullScreenExclusiveInfoEXT<'a>
source§fn clone(&self) -> SurfaceFullScreenExclusiveInfoEXT<'a>
fn clone(&self) -> SurfaceFullScreenExclusiveInfoEXT<'a>
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<'a> Debug for SurfaceFullScreenExclusiveInfoEXT<'a>
impl<'a> Debug for SurfaceFullScreenExclusiveInfoEXT<'a>
source§impl Default for SurfaceFullScreenExclusiveInfoEXT<'_>
impl Default for SurfaceFullScreenExclusiveInfoEXT<'_>
source§impl<'a> TaggedStructure for SurfaceFullScreenExclusiveInfoEXT<'a>
impl<'a> TaggedStructure for SurfaceFullScreenExclusiveInfoEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::SURFACE_FULL_SCREEN_EXCLUSIVE_INFO_EXT
impl<'a> Copy for SurfaceFullScreenExclusiveInfoEXT<'a>
impl ExtendsPhysicalDeviceSurfaceInfo2KHR for SurfaceFullScreenExclusiveInfoEXT<'_>
impl ExtendsSwapchainCreateInfoKHR for SurfaceFullScreenExclusiveInfoEXT<'_>
impl Send for SurfaceFullScreenExclusiveInfoEXT<'_>
impl Sync for SurfaceFullScreenExclusiveInfoEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for SurfaceFullScreenExclusiveInfoEXT<'a>
impl<'a> RefUnwindSafe for SurfaceFullScreenExclusiveInfoEXT<'a>
impl<'a> Unpin for SurfaceFullScreenExclusiveInfoEXT<'a>
impl<'a> UnwindSafe for SurfaceFullScreenExclusiveInfoEXT<'a>
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