#[repr(C)]pub struct PhysicalDeviceVariablePointersFeatures {
pub s_type: StructureType,
pub next: *mut c_void,
pub variable_pointers_storage_buffer: Bool32,
pub variable_pointers: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§variable_pointers_storage_buffer: Bool32§variable_pointers: Bool32Trait Implementations§
Source§impl Clone for PhysicalDeviceVariablePointersFeatures
impl Clone for PhysicalDeviceVariablePointersFeatures
Source§fn clone(&self) -> PhysicalDeviceVariablePointersFeatures
fn clone(&self) -> PhysicalDeviceVariablePointersFeatures
Returns a duplicate 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 PartialEq for PhysicalDeviceVariablePointersFeatures
impl PartialEq for PhysicalDeviceVariablePointersFeatures
Source§fn eq(&self, other: &PhysicalDeviceVariablePointersFeatures) -> bool
fn eq(&self, other: &PhysicalDeviceVariablePointersFeatures) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceVariablePointersFeatures
impl Eq for PhysicalDeviceVariablePointersFeatures
impl Send for PhysicalDeviceVariablePointersFeatures
impl StructuralPartialEq for PhysicalDeviceVariablePointersFeatures
impl Sync for PhysicalDeviceVariablePointersFeatures
Auto Trait Implementations§
impl Freeze for PhysicalDeviceVariablePointersFeatures
impl RefUnwindSafe for PhysicalDeviceVariablePointersFeatures
impl Unpin for PhysicalDeviceVariablePointersFeatures
impl UnwindSafe for PhysicalDeviceVariablePointersFeatures
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