#[repr(C)]pub struct DeviceImageSubresourceInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub create_info: *const ImageCreateInfo,
pub subresource: *const ImageSubresource2,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§create_info: *const ImageCreateInfo§subresource: *const ImageSubresource2Trait 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§impl Hash for DeviceImageSubresourceInfo
impl Hash for DeviceImageSubresourceInfo
impl Copy for DeviceImageSubresourceInfo
impl Eq for DeviceImageSubresourceInfo
impl Send for DeviceImageSubresourceInfo
impl StructuralPartialEq for DeviceImageSubresourceInfo
impl Sync for DeviceImageSubresourceInfo
Auto Trait Implementations§
impl Freeze for DeviceImageSubresourceInfo
impl RefUnwindSafe for DeviceImageSubresourceInfo
impl Unpin 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