pub enum FrameBufferTarget {
Read,
Draw,
ReadDraw,
}
Variants§
Trait Implementations§
Source§impl Clone for FrameBufferTarget
impl Clone for FrameBufferTarget
Source§fn clone(&self) -> FrameBufferTarget
fn clone(&self) -> FrameBufferTarget
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 FrameBufferTarget
impl Debug for FrameBufferTarget
Source§impl Hash for FrameBufferTarget
impl Hash for FrameBufferTarget
Source§impl Ord for FrameBufferTarget
impl Ord for FrameBufferTarget
Source§fn cmp(&self, other: &FrameBufferTarget) -> Ordering
fn cmp(&self, other: &FrameBufferTarget) -> 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 FrameBufferTarget
impl PartialEq for FrameBufferTarget
Source§impl PartialOrd for FrameBufferTarget
impl PartialOrd for FrameBufferTarget
impl Copy for FrameBufferTarget
impl Eq for FrameBufferTarget
impl StructuralPartialEq for FrameBufferTarget
Auto Trait Implementations§
impl Freeze for FrameBufferTarget
impl RefUnwindSafe for FrameBufferTarget
impl Send for FrameBufferTarget
impl Sync for FrameBufferTarget
impl Unpin for FrameBufferTarget
impl UnwindSafe for FrameBufferTarget
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