pub enum FrameBufferAttachment {
Color,
Depth,
Stencil,
DepthStencil,
}
Variants§
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 Ord for FrameBufferAttachment
impl Ord for FrameBufferAttachment
Source§fn cmp(&self, other: &FrameBufferAttachment) -> Ordering
fn cmp(&self, other: &FrameBufferAttachment) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FrameBufferAttachment
impl PartialEq for FrameBufferAttachment
Source§impl PartialOrd for FrameBufferAttachment
impl PartialOrd for FrameBufferAttachment
impl Copy for FrameBufferAttachment
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