#[repr(C)]pub struct PhysicalDeviceScalarBlockLayoutFeatures {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub scalar_block_layout: u32,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidscalar_block_layout: u32Implementations
sourceimpl PhysicalDeviceScalarBlockLayoutFeatures
impl PhysicalDeviceScalarBlockLayoutFeatures
pub fn builder<'a>() -> PhysicalDeviceScalarBlockLayoutFeaturesBuilder<'a>
Trait Implementations
sourceimpl Clone for PhysicalDeviceScalarBlockLayoutFeatures
impl Clone for PhysicalDeviceScalarBlockLayoutFeatures
sourcefn clone(&self) -> PhysicalDeviceScalarBlockLayoutFeatures
fn clone(&self) -> PhysicalDeviceScalarBlockLayoutFeatures
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PhysicalDeviceScalarBlockLayoutFeatures
impl Default for PhysicalDeviceScalarBlockLayoutFeatures
sourcefn default() -> PhysicalDeviceScalarBlockLayoutFeatures
fn default() -> PhysicalDeviceScalarBlockLayoutFeatures
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceScalarBlockLayoutFeatures
impl ExtendsDeviceCreateInfo for PhysicalDeviceScalarBlockLayoutFeatures
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceScalarBlockLayoutFeatures
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceScalarBlockLayoutFeatures
impl !Send for PhysicalDeviceScalarBlockLayoutFeatures
impl !Sync for PhysicalDeviceScalarBlockLayoutFeatures
impl Unpin for PhysicalDeviceScalarBlockLayoutFeatures
impl UnwindSafe for PhysicalDeviceScalarBlockLayoutFeatures
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more