Struct ash::vk::PhysicalDeviceScalarBlockLayoutFeatures
source · #[repr(C)]pub struct PhysicalDeviceScalarBlockLayoutFeatures<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub scalar_block_layout: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§scalar_block_layout: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceScalarBlockLayoutFeatures<'a>
impl<'a> PhysicalDeviceScalarBlockLayoutFeatures<'a>
pub fn scalar_block_layout(self, scalar_block_layout: bool) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceScalarBlockLayoutFeatures<'a>
impl<'a> Clone for PhysicalDeviceScalarBlockLayoutFeatures<'a>
source§fn clone(&self) -> PhysicalDeviceScalarBlockLayoutFeatures<'a>
fn clone(&self) -> PhysicalDeviceScalarBlockLayoutFeatures<'a>
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<'a> Debug for PhysicalDeviceScalarBlockLayoutFeatures<'a>
impl<'a> Debug for PhysicalDeviceScalarBlockLayoutFeatures<'a>
source§impl Default for PhysicalDeviceScalarBlockLayoutFeatures<'_>
impl Default for PhysicalDeviceScalarBlockLayoutFeatures<'_>
source§impl<'a> TaggedStructure for PhysicalDeviceScalarBlockLayoutFeatures<'a>
impl<'a> TaggedStructure for PhysicalDeviceScalarBlockLayoutFeatures<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_SCALAR_BLOCK_LAYOUT_FEATURES
impl<'a> Copy for PhysicalDeviceScalarBlockLayoutFeatures<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceScalarBlockLayoutFeatures<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceScalarBlockLayoutFeatures<'_>
impl Send for PhysicalDeviceScalarBlockLayoutFeatures<'_>
impl Sync for PhysicalDeviceScalarBlockLayoutFeatures<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceScalarBlockLayoutFeatures<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceScalarBlockLayoutFeatures<'a>
impl<'a> Unpin for PhysicalDeviceScalarBlockLayoutFeatures<'a>
impl<'a> UnwindSafe for PhysicalDeviceScalarBlockLayoutFeatures<'a>
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