Struct screen_13::driver::FramebufferKeyAttachment
source · [−]pub struct FramebufferKeyAttachment {
pub flags: ImageCreateFlags,
pub usage: ImageUsageFlags,
pub extent_x: u32,
pub extent_y: u32,
pub layer_count: u32,
pub view_fmts: Vec<Format>,
}Fields
flags: ImageCreateFlagsusage: ImageUsageFlagsextent_x: u32extent_y: u32layer_count: u32view_fmts: Vec<Format>Trait Implementations
sourceimpl Debug for FramebufferKeyAttachment
impl Debug for FramebufferKeyAttachment
sourceimpl Ord for FramebufferKeyAttachment
impl Ord for FramebufferKeyAttachment
sourceimpl PartialEq<FramebufferKeyAttachment> for FramebufferKeyAttachment
impl PartialEq<FramebufferKeyAttachment> for FramebufferKeyAttachment
sourcefn eq(&self, other: &FramebufferKeyAttachment) -> bool
fn eq(&self, other: &FramebufferKeyAttachment) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &FramebufferKeyAttachment) -> bool
fn ne(&self, other: &FramebufferKeyAttachment) -> bool
This method tests for !=.
sourceimpl PartialOrd<FramebufferKeyAttachment> for FramebufferKeyAttachment
impl PartialOrd<FramebufferKeyAttachment> for FramebufferKeyAttachment
sourcefn partial_cmp(&self, other: &FramebufferKeyAttachment) -> Option<Ordering>
fn partial_cmp(&self, other: &FramebufferKeyAttachment) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl Eq for FramebufferKeyAttachment
impl StructuralEq for FramebufferKeyAttachment
impl StructuralPartialEq for FramebufferKeyAttachment
Auto Trait Implementations
impl RefUnwindSafe for FramebufferKeyAttachment
impl Send for FramebufferKeyAttachment
impl Sync for FramebufferKeyAttachment
impl Unpin for FramebufferKeyAttachment
impl UnwindSafe for FramebufferKeyAttachment
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more