pub type ImageSubresource2EXT<'a> = ImageSubresource2KHR<'a>;
Aliased Type§
struct ImageSubresource2EXT<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub image_subresource: ImageSubresource,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *mut c_void
§image_subresource: ImageSubresource
§_marker: PhantomData<&'a ()>
Implementations
Source§impl<'a> ImageSubresource2KHR<'a>
impl<'a> ImageSubresource2KHR<'a>
pub fn image_subresource(self, image_subresource: ImageSubresource) -> Self
Trait Implementations
Source§impl<'a> Clone for ImageSubresource2KHR<'a>
impl<'a> Clone for ImageSubresource2KHR<'a>
Source§fn clone(&self) -> ImageSubresource2KHR<'a>
fn clone(&self) -> ImageSubresource2KHR<'a>
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 more