Struct ash::vk::PhysicalDeviceScalarBlockLayoutFeatures
source · #[repr(C)]pub struct PhysicalDeviceScalarBlockLayoutFeatures {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub scalar_block_layout: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§scalar_block_layout: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceScalarBlockLayoutFeatures
impl Clone for PhysicalDeviceScalarBlockLayoutFeatures
source§fn clone(&self) -> PhysicalDeviceScalarBlockLayoutFeatures
fn clone(&self) -> PhysicalDeviceScalarBlockLayoutFeatures
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 TaggedStructure for PhysicalDeviceScalarBlockLayoutFeatures
impl TaggedStructure for PhysicalDeviceScalarBlockLayoutFeatures
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_SCALAR_BLOCK_LAYOUT_FEATURES
impl Copy for PhysicalDeviceScalarBlockLayoutFeatures
impl ExtendsDeviceCreateInfo for PhysicalDeviceScalarBlockLayoutFeatures
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceScalarBlockLayoutFeatures
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