#[repr(C)]pub struct FramebufferAttachmentsCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub attachment_image_info_count: u32,
pub attachment_image_infos: *const FramebufferAttachmentImageInfo,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidattachment_image_info_count: u32attachment_image_infos: *const FramebufferAttachmentImageInfoTrait 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 FramebufferAttachmentsCreateInfo
impl !Sync for FramebufferAttachmentsCreateInfo
impl Unpin for FramebufferAttachmentsCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more