Struct screen_13::driver::FramebufferKey
source · [−]pub struct FramebufferKey {
pub attachments: Vec<FramebufferKeyAttachment>,
pub extent_x: u32,
pub extent_y: u32,
}Fields
attachments: Vec<FramebufferKeyAttachment>extent_x: u32extent_y: u32Trait Implementations
sourceimpl Debug for FramebufferKey
impl Debug for FramebufferKey
sourceimpl Ord for FramebufferKey
impl Ord for FramebufferKey
sourceimpl PartialEq<FramebufferKey> for FramebufferKey
impl PartialEq<FramebufferKey> for FramebufferKey
sourcefn eq(&self, other: &FramebufferKey) -> bool
fn eq(&self, other: &FramebufferKey) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &FramebufferKey) -> bool
fn ne(&self, other: &FramebufferKey) -> bool
This method tests for !=.
sourceimpl PartialOrd<FramebufferKey> for FramebufferKey
impl PartialOrd<FramebufferKey> for FramebufferKey
sourcefn partial_cmp(&self, other: &FramebufferKey) -> Option<Ordering>
fn partial_cmp(&self, other: &FramebufferKey) -> 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 FramebufferKey
impl StructuralEq for FramebufferKey
impl StructuralPartialEq for FramebufferKey
Auto Trait Implementations
impl RefUnwindSafe for FramebufferKey
impl Send for FramebufferKey
impl Sync for FramebufferKey
impl Unpin for FramebufferKey
impl UnwindSafe for FramebufferKey
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