Struct ash::vk::BindImagePlaneMemoryInfo [−][src]
#[repr(C)]pub struct BindImagePlaneMemoryInfo { pub s_type: StructureType, pub p_next: *const c_void, pub plane_aspect: ImageAspectFlags, }
Expand description
Fields
s_type: StructureTypep_next: *const c_voidplane_aspect: ImageAspectFlagsImplementations
Trait Implementations
Returns the “default value” for a type. Read more
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