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