pub enum ColorBuffer {
None = 0,
Back = 1_029,
ColorAttachment0 = 36_064,
ColorAttachment1 = 36_065,
ColorAttachment2 = 36_066,
ColorAttachment3 = 36_067,
ColorAttachment4 = 36_068,
ColorAttachment5 = 36_069,
ColorAttachment6 = 36_070,
ColorAttachment7 = 36_071,
ColorAttachment8 = 36_072,
}Expand description
Variants§
None = 0
Back = 1_029
ColorAttachment0 = 36_064
ColorAttachment1 = 36_065
ColorAttachment2 = 36_066
ColorAttachment3 = 36_067
ColorAttachment4 = 36_068
ColorAttachment5 = 36_069
ColorAttachment6 = 36_070
ColorAttachment7 = 36_071
ColorAttachment8 = 36_072
Trait Implementations§
Source§impl Clone for ColorBuffer
impl Clone for ColorBuffer
Source§fn clone(&self) -> ColorBuffer
fn clone(&self) -> ColorBuffer
Returns a duplicate 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 ColorBuffer
impl Debug for ColorBuffer
impl Copy for ColorBuffer
Auto Trait Implementations§
impl Freeze for ColorBuffer
impl RefUnwindSafe for ColorBuffer
impl Send for ColorBuffer
impl Sync for ColorBuffer
impl Unpin for ColorBuffer
impl UnwindSafe for ColorBuffer
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