Struct ash::vk::SurfaceProtectedCapabilitiesKHR [−][src]
#[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
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for SurfaceProtectedCapabilitiesKHR
impl !Sync for SurfaceProtectedCapabilitiesKHR
impl Unpin for SurfaceProtectedCapabilitiesKHR
Blanket Implementations
Mutably borrows from an owned value. Read more