Struct wgpu_hal::vulkan::FramebufferAttachment
source · struct FramebufferAttachment {
raw: ImageView,
raw_image_flags: ImageCreateFlags,
view_usage: TextureUses,
view_format: TextureFormat,
raw_view_formats: Vec<Format>,
}
Fields§
§raw: ImageView
Can be NULL if the framebuffer is image-less
raw_image_flags: ImageCreateFlags
§view_usage: TextureUses
§view_format: TextureFormat
§raw_view_formats: Vec<Format>
Trait Implementations§
source§impl Clone for FramebufferAttachment
impl Clone for FramebufferAttachment
source§fn clone(&self) -> FramebufferAttachment
fn clone(&self) -> FramebufferAttachment
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FramebufferAttachment
impl Debug for FramebufferAttachment
source§impl Hash for FramebufferAttachment
impl Hash for FramebufferAttachment
source§impl PartialEq for FramebufferAttachment
impl PartialEq for FramebufferAttachment
source§fn eq(&self, other: &FramebufferAttachment) -> bool
fn eq(&self, other: &FramebufferAttachment) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for FramebufferAttachment
impl StructuralPartialEq for FramebufferAttachment
Auto Trait Implementations§
impl Freeze for FramebufferAttachment
impl RefUnwindSafe for FramebufferAttachment
impl Send for FramebufferAttachment
impl Sync for FramebufferAttachment
impl Unpin for FramebufferAttachment
impl UnwindSafe for FramebufferAttachment
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.