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: StructureType
p_next: *const c_void
plane_aspect: ImageAspectFlags
Implementations
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