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