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