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