#[repr(C)]pub struct PhysicalDeviceVariablePointersFeatures {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub variable_pointers_storage_buffer: u32,
pub variable_pointers: u32,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidvariable_pointers_storage_buffer: u32variable_pointers: u32Implementations
sourceimpl PhysicalDeviceVariablePointersFeatures
impl PhysicalDeviceVariablePointersFeatures
pub fn builder<'a>() -> PhysicalDeviceVariablePointersFeaturesBuilder<'a>
Trait Implementations
sourceimpl Clone for PhysicalDeviceVariablePointersFeatures
impl Clone for PhysicalDeviceVariablePointersFeatures
sourcefn clone(&self) -> PhysicalDeviceVariablePointersFeatures
fn clone(&self) -> PhysicalDeviceVariablePointersFeatures
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 PhysicalDeviceVariablePointersFeatures
impl Default for PhysicalDeviceVariablePointersFeatures
sourcefn default() -> PhysicalDeviceVariablePointersFeatures
fn default() -> PhysicalDeviceVariablePointersFeatures
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceVariablePointersFeatures
impl ExtendsDeviceCreateInfo for PhysicalDeviceVariablePointersFeatures
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceVariablePointersFeatures
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceVariablePointersFeatures
impl !Send for PhysicalDeviceVariablePointersFeatures
impl !Sync for PhysicalDeviceVariablePointersFeatures
impl Unpin for PhysicalDeviceVariablePointersFeatures
impl UnwindSafe for PhysicalDeviceVariablePointersFeatures
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