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 more