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