#[repr(C)]pub struct DeviceImageSubresourceInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_create_info: *const ImageCreateInfo,
pub p_subresource: *const ImageSubresource2,
}Expand description
VkDeviceImageSubresourceInfo
Provided by VK_BASE_VERSION_1_4.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_DEVICE_IMAGE_SUBRESOURCE_INFO.
p_next: *const c_voidOptional, may be null.
p_create_info: *const ImageCreateInfo§p_subresource: *const ImageSubresource2Implementations§
Source§impl DeviceImageSubresourceInfo
impl DeviceImageSubresourceInfo
Sourcepub fn builder<'a>() -> DeviceImageSubresourceInfoBuilder<'a>
pub fn builder<'a>() -> DeviceImageSubresourceInfoBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for DeviceImageSubresourceInfo
impl Clone for DeviceImageSubresourceInfo
Source§fn clone(&self) -> DeviceImageSubresourceInfo
fn clone(&self) -> DeviceImageSubresourceInfo
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 moreSource§impl Debug for DeviceImageSubresourceInfo
impl Debug for DeviceImageSubresourceInfo
Source§impl Default for DeviceImageSubresourceInfo
impl Default for DeviceImageSubresourceInfo
Source§fn default() -> DeviceImageSubresourceInfo
fn default() -> DeviceImageSubresourceInfo
Returns the “default value” for a type. Read more
impl Copy for DeviceImageSubresourceInfo
Auto Trait Implementations§
impl Freeze for DeviceImageSubresourceInfo
impl RefUnwindSafe for DeviceImageSubresourceInfo
impl !Send for DeviceImageSubresourceInfo
impl !Sync for DeviceImageSubresourceInfo
impl Unpin for DeviceImageSubresourceInfo
impl UnsafeUnpin for DeviceImageSubresourceInfo
impl UnwindSafe for DeviceImageSubresourceInfo
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