#[repr(C)]pub struct VkPhysicalDeviceImage2DViewOf3DFeaturesEXT {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub image2DViewOf3D: VkBool32,
pub sampler2DViewOf3D: VkBool32,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§image2DViewOf3D: VkBool32
§sampler2DViewOf3D: VkBool32
Trait Implementations§
Source§impl Clone for VkPhysicalDeviceImage2DViewOf3DFeaturesEXT
impl Clone for VkPhysicalDeviceImage2DViewOf3DFeaturesEXT
Source§fn clone(&self) -> VkPhysicalDeviceImage2DViewOf3DFeaturesEXT
fn clone(&self) -> VkPhysicalDeviceImage2DViewOf3DFeaturesEXT
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 VkPhysicalDeviceImage2DViewOf3DFeaturesEXT
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceImage2DViewOf3DFeaturesEXT
impl RefUnwindSafe for VkPhysicalDeviceImage2DViewOf3DFeaturesEXT
impl !Send for VkPhysicalDeviceImage2DViewOf3DFeaturesEXT
impl !Sync for VkPhysicalDeviceImage2DViewOf3DFeaturesEXT
impl Unpin for VkPhysicalDeviceImage2DViewOf3DFeaturesEXT
impl UnwindSafe for VkPhysicalDeviceImage2DViewOf3DFeaturesEXT
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