Struct vulkanalia_sys::BindImagePlaneMemoryInfo
source · [−]#[repr(C)]pub struct BindImagePlaneMemoryInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub plane_aspect: ImageAspectFlags,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidplane_aspect: ImageAspectFlagsTrait 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 BindImagePlaneMemoryInfo
impl !Send for BindImagePlaneMemoryInfo
impl !Sync for BindImagePlaneMemoryInfo
impl Unpin for BindImagePlaneMemoryInfo
impl UnwindSafe for BindImagePlaneMemoryInfo
Blanket Implementations
Mutably borrows from an owned value. Read more