Struct ash::vk::SurfaceProtectedCapabilitiesKHR
source · #[repr(C)]pub struct SurfaceProtectedCapabilitiesKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub supports_protected: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§supports_protected: Bool32
Implementations§
source§impl SurfaceProtectedCapabilitiesKHR
impl SurfaceProtectedCapabilitiesKHR
pub fn builder<'a>() -> SurfaceProtectedCapabilitiesKHRBuilder<'a>
Trait Implementations§
source§impl Clone for SurfaceProtectedCapabilitiesKHR
impl Clone for SurfaceProtectedCapabilitiesKHR
source§fn clone(&self) -> SurfaceProtectedCapabilitiesKHR
fn clone(&self) -> SurfaceProtectedCapabilitiesKHR
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 SurfaceProtectedCapabilitiesKHR
impl TaggedStructure for SurfaceProtectedCapabilitiesKHR
const STRUCTURE_TYPE: StructureType = StructureType::SURFACE_PROTECTED_CAPABILITIES_KHR
impl Copy for SurfaceProtectedCapabilitiesKHR
impl ExtendsSurfaceCapabilities2KHR for SurfaceProtectedCapabilitiesKHR
Auto Trait Implementations§
impl Freeze for SurfaceProtectedCapabilitiesKHR
impl RefUnwindSafe for SurfaceProtectedCapabilitiesKHR
impl !Send for SurfaceProtectedCapabilitiesKHR
impl !Sync for SurfaceProtectedCapabilitiesKHR
impl Unpin for SurfaceProtectedCapabilitiesKHR
impl UnwindSafe for SurfaceProtectedCapabilitiesKHR
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