#[repr(C)]pub struct FramebufferAttachmentImageInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: ImageCreateFlags,
pub usage: ImageUsageFlags,
pub width: u32,
pub height: u32,
pub layer_count: u32,
pub view_format_count: u32,
pub view_formats: *const Format,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: ImageCreateFlagsusage: ImageUsageFlagswidth: u32height: u32layer_count: u32view_format_count: u32view_formats: *const FormatTrait 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 !Send for FramebufferAttachmentImageInfo
impl !Sync for FramebufferAttachmentImageInfo
impl Unpin for FramebufferAttachmentImageInfo
impl UnwindSafe for FramebufferAttachmentImageInfo
Blanket Implementations
Mutably borrows from an owned value. Read more