pub struct VkSurfaceProtectedCapabilities {
pub supports_protected: bool,
}Expand description
Wrapper for VkSurfaceProtectedCapabilitiesKHR.
Fields§
§supports_protected: boolTrait Implementations§
Source§impl Clone for VkSurfaceProtectedCapabilities
impl Clone for VkSurfaceProtectedCapabilities
Source§fn clone(&self) -> VkSurfaceProtectedCapabilities
fn clone(&self) -> VkSurfaceProtectedCapabilities
Returns a duplicate 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 Default for VkSurfaceProtectedCapabilities
impl Default for VkSurfaceProtectedCapabilities
Source§fn default() -> VkSurfaceProtectedCapabilities
fn default() -> VkSurfaceProtectedCapabilities
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VkSurfaceProtectedCapabilities
impl RefUnwindSafe for VkSurfaceProtectedCapabilities
impl Send for VkSurfaceProtectedCapabilities
impl Sync for VkSurfaceProtectedCapabilities
impl Unpin for VkSurfaceProtectedCapabilities
impl UnwindSafe for VkSurfaceProtectedCapabilities
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