#[repr(C)]pub struct PhysicalDevice8BitStorageFeatures {
pub sType: StructureType,
pub pNext: *mut c_void,
pub storageBuffer8BitAccess: Bool32,
pub uniformAndStorageBuffer8BitAccess: Bool32,
pub storagePushConstant8: Bool32,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§storageBuffer8BitAccess: Bool32
§uniformAndStorageBuffer8BitAccess: Bool32
§storagePushConstant8: Bool32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PhysicalDevice8BitStorageFeatures
impl RefUnwindSafe for PhysicalDevice8BitStorageFeatures
impl !Send for PhysicalDevice8BitStorageFeatures
impl !Sync for PhysicalDevice8BitStorageFeatures
impl Unpin for PhysicalDevice8BitStorageFeatures
impl UnwindSafe for PhysicalDevice8BitStorageFeatures
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