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