Struct ash::vk::ImageSubresource2EXT
source · #[repr(C)]pub struct ImageSubresource2EXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub image_subresource: ImageSubresource,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§image_subresource: ImageSubresource
Implementations§
source§impl ImageSubresource2EXT
impl ImageSubresource2EXT
pub fn builder<'a>() -> ImageSubresource2EXTBuilder<'a>
Trait Implementations§
source§impl Clone for ImageSubresource2EXT
impl Clone for ImageSubresource2EXT
source§fn clone(&self) -> ImageSubresource2EXT
fn clone(&self) -> ImageSubresource2EXT
Returns a copy 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 ImageSubresource2EXT
impl Debug for ImageSubresource2EXT
source§impl Default for ImageSubresource2EXT
impl Default for ImageSubresource2EXT
source§impl TaggedStructure for ImageSubresource2EXT
impl TaggedStructure for ImageSubresource2EXT
const STRUCTURE_TYPE: StructureType = StructureType::IMAGE_SUBRESOURCE_2_EXT
impl Copy for ImageSubresource2EXT
Auto Trait Implementations§
impl Freeze for ImageSubresource2EXT
impl RefUnwindSafe for ImageSubresource2EXT
impl !Send for ImageSubresource2EXT
impl !Sync for ImageSubresource2EXT
impl Unpin for ImageSubresource2EXT
impl UnwindSafe for ImageSubresource2EXT
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