pub type ImageViewUsageCreateInfoKHR<'a> = ImageViewUsageCreateInfo<'a>;
Aliased Type§
struct ImageViewUsageCreateInfoKHR<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub usage: ImageUsageFlags,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§usage: ImageUsageFlags
§_marker: PhantomData<&'a ()>
Implementations
Source§impl<'a> ImageViewUsageCreateInfo<'a>
impl<'a> ImageViewUsageCreateInfo<'a>
pub fn usage(self, usage: ImageUsageFlags) -> Self
Trait Implementations
Source§impl<'a> Clone for ImageViewUsageCreateInfo<'a>
impl<'a> Clone for ImageViewUsageCreateInfo<'a>
Source§fn clone(&self) -> ImageViewUsageCreateInfo<'a>
fn clone(&self) -> ImageViewUsageCreateInfo<'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