pub type PhysicalDeviceUniformBufferStandardLayoutFeaturesKHR<'a> = PhysicalDeviceUniformBufferStandardLayoutFeatures<'a>;
Aliased Type§
struct PhysicalDeviceUniformBufferStandardLayoutFeaturesKHR<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub uniform_buffer_standard_layout: u32,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *mut c_void
§uniform_buffer_standard_layout: u32
§_marker: PhantomData<&'a ()>
Implementations
Source§impl<'a> PhysicalDeviceUniformBufferStandardLayoutFeatures<'a>
impl<'a> PhysicalDeviceUniformBufferStandardLayoutFeatures<'a>
pub fn uniform_buffer_standard_layout( self, uniform_buffer_standard_layout: bool, ) -> Self
Trait Implementations
Source§impl<'a> Clone for PhysicalDeviceUniformBufferStandardLayoutFeatures<'a>
impl<'a> Clone for PhysicalDeviceUniformBufferStandardLayoutFeatures<'a>
Source§fn clone(&self) -> PhysicalDeviceUniformBufferStandardLayoutFeatures<'a>
fn clone(&self) -> PhysicalDeviceUniformBufferStandardLayoutFeatures<'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 more