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