Struct gfx_hal::image::FramebufferAttachment [−][src]
pub struct FramebufferAttachment {
pub usage: Usage,
pub view_caps: ViewCapabilities,
pub format: Format,
}Description of a framebuffer attachment.
Fields
usage: UsageUsage that an image is created with.
view_caps: ViewCapabilitiesView capabilities that an image is created with.
format: FormatThe image view format.
Trait Implementations
impl Clone for FramebufferAttachment[src]
impl Clone for FramebufferAttachment[src]fn clone(&self) -> FramebufferAttachment[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Eq for FramebufferAttachment[src]
impl Eq for FramebufferAttachment[src]impl Hash for FramebufferAttachment[src]
impl Hash for FramebufferAttachment[src]impl PartialEq<FramebufferAttachment> for FramebufferAttachment[src]
impl PartialEq<FramebufferAttachment> for FramebufferAttachment[src]fn eq(&self, other: &FramebufferAttachment) -> bool[src]
fn ne(&self, other: &FramebufferAttachment) -> bool[src]
impl StructuralEq for FramebufferAttachment[src]
impl StructuralEq for FramebufferAttachment[src]Auto Trait Implementations
impl RefUnwindSafe for FramebufferAttachment
impl RefUnwindSafe for FramebufferAttachmentimpl Send for FramebufferAttachment
impl Send for FramebufferAttachmentimpl Sync for FramebufferAttachment
impl Sync for FramebufferAttachmentimpl Unpin for FramebufferAttachment
impl Unpin for FramebufferAttachmentimpl UnwindSafe for FramebufferAttachment
impl UnwindSafe for FramebufferAttachment