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