Struct vulkanalia_sys::ImageViewUsageCreateInfo
source · [−]#[repr(C)]pub struct ImageViewUsageCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub usage: ImageUsageFlags,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidusage: ImageUsageFlagsTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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