Struct ash::vk::ImageViewUsageCreateInfo [−][src]
#[repr(C)]pub struct ImageViewUsageCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub usage: ImageUsageFlags, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
usage: ImageUsageFlags
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ImageViewUsageCreateInfo
impl !Send for ImageViewUsageCreateInfo
impl !Sync for ImageViewUsageCreateInfo
impl Unpin for ImageViewUsageCreateInfo
impl UnwindSafe for ImageViewUsageCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more