#[repr(C)]pub struct SurfaceProtectedCapabilitiesKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub supports_protected: u32,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidsupports_protected: u32Implementations
sourceimpl SurfaceProtectedCapabilitiesKHR
impl SurfaceProtectedCapabilitiesKHR
pub fn builder<'a>() -> SurfaceProtectedCapabilitiesKHRBuilder<'a>
Trait Implementations
sourceimpl Clone for SurfaceProtectedCapabilitiesKHR
impl Clone for SurfaceProtectedCapabilitiesKHR
sourcefn clone(&self) -> SurfaceProtectedCapabilitiesKHR
fn clone(&self) -> SurfaceProtectedCapabilitiesKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for SurfaceProtectedCapabilitiesKHR
impl Default for SurfaceProtectedCapabilitiesKHR
sourcefn default() -> SurfaceProtectedCapabilitiesKHR
fn default() -> SurfaceProtectedCapabilitiesKHR
Returns the “default value” for a type. Read more
impl Copy for SurfaceProtectedCapabilitiesKHR
impl ExtendsSurfaceCapabilities2KHR for SurfaceProtectedCapabilitiesKHR
Auto Trait Implementations
impl RefUnwindSafe for SurfaceProtectedCapabilitiesKHR
impl !Send for SurfaceProtectedCapabilitiesKHR
impl !Sync for SurfaceProtectedCapabilitiesKHR
impl Unpin for SurfaceProtectedCapabilitiesKHR
impl UnwindSafe for SurfaceProtectedCapabilitiesKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more