#[repr(C)]pub struct PhysicalDeviceUniformBufferStandardLayoutFeatures {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub uniform_buffer_standard_layout: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§uniform_buffer_standard_layout: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceUniformBufferStandardLayoutFeatures
impl Clone for PhysicalDeviceUniformBufferStandardLayoutFeatures
source§fn clone(&self) -> PhysicalDeviceUniformBufferStandardLayoutFeatures
fn clone(&self) -> PhysicalDeviceUniformBufferStandardLayoutFeatures
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 PhysicalDeviceUniformBufferStandardLayoutFeatures
impl TaggedStructure for PhysicalDeviceUniformBufferStandardLayoutFeatures
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_UNIFORM_BUFFER_STANDARD_LAYOUT_FEATURES
impl Copy for PhysicalDeviceUniformBufferStandardLayoutFeatures
impl ExtendsDeviceCreateInfo for PhysicalDeviceUniformBufferStandardLayoutFeatures
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceUniformBufferStandardLayoutFeatures
Auto Trait Implementations§
impl Freeze for PhysicalDeviceUniformBufferStandardLayoutFeatures
impl RefUnwindSafe for PhysicalDeviceUniformBufferStandardLayoutFeatures
impl !Send for PhysicalDeviceUniformBufferStandardLayoutFeatures
impl !Sync for PhysicalDeviceUniformBufferStandardLayoutFeatures
impl Unpin for PhysicalDeviceUniformBufferStandardLayoutFeatures
impl UnwindSafe for PhysicalDeviceUniformBufferStandardLayoutFeatures
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