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: Usage
Usage that an image is created with.
view_caps: ViewCapabilities
View capabilities that an image is created with.
format: Format
The 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 FramebufferAttachment
impl Send for FramebufferAttachment
impl Send for FramebufferAttachment
impl Sync for FramebufferAttachment
impl Sync for FramebufferAttachment
impl Unpin for FramebufferAttachment
impl Unpin for FramebufferAttachment
impl UnwindSafe for FramebufferAttachment
impl UnwindSafe for FramebufferAttachment