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