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