#[repr(C)]pub struct PhysicalDeviceVulkan11Features {Show 14 fields
pub sType: StructureType,
pub pNext: *mut c_void,
pub storageBuffer16BitAccess: Bool32,
pub uniformAndStorageBuffer16BitAccess: Bool32,
pub storagePushConstant16: Bool32,
pub storageInputOutput16: Bool32,
pub multiview: Bool32,
pub multiviewGeometryShader: Bool32,
pub multiviewTessellationShader: Bool32,
pub variablePointersStorageBuffer: Bool32,
pub variablePointers: Bool32,
pub protectedMemory: Bool32,
pub samplerYcbcrConversion: Bool32,
pub shaderDrawParameters: Bool32,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§storageBuffer16BitAccess: Bool32
§uniformAndStorageBuffer16BitAccess: Bool32
§storagePushConstant16: Bool32
§storageInputOutput16: Bool32
§multiview: Bool32
§multiviewGeometryShader: Bool32
§multiviewTessellationShader: Bool32
§variablePointersStorageBuffer: Bool32
§variablePointers: Bool32
§protectedMemory: Bool32
§samplerYcbcrConversion: Bool32
§shaderDrawParameters: Bool32
Trait Implementations§
Source§impl Clone for PhysicalDeviceVulkan11Features
impl Clone for PhysicalDeviceVulkan11Features
Source§fn clone(&self) -> PhysicalDeviceVulkan11Features
fn clone(&self) -> PhysicalDeviceVulkan11Features
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for PhysicalDeviceVulkan11Features
Auto Trait Implementations§
impl Freeze for PhysicalDeviceVulkan11Features
impl RefUnwindSafe for PhysicalDeviceVulkan11Features
impl !Send for PhysicalDeviceVulkan11Features
impl !Sync for PhysicalDeviceVulkan11Features
impl Unpin for PhysicalDeviceVulkan11Features
impl UnwindSafe for PhysicalDeviceVulkan11Features
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