#[repr(C)]pub struct PhysicalDeviceImage2DViewOf3DFeaturesEXT {
pub sType: StructureType,
pub pNext: *mut c_void,
pub image2DViewOf3D: Bool32,
pub sampler2DViewOf3D: Bool32,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§image2DViewOf3D: Bool32
§sampler2DViewOf3D: Bool32
Trait Implementations§
Source§impl Clone for PhysicalDeviceImage2DViewOf3DFeaturesEXT
impl Clone for PhysicalDeviceImage2DViewOf3DFeaturesEXT
Source§fn clone(&self) -> PhysicalDeviceImage2DViewOf3DFeaturesEXT
fn clone(&self) -> PhysicalDeviceImage2DViewOf3DFeaturesEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy 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