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