pub enum BufferKind {
Foreground,
Background,
Output,
}Expand description
DMA2D Buffer kind
Variants§
Trait Implementations§
Source§impl Clone for BufferKind
impl Clone for BufferKind
Source§fn clone(&self) -> BufferKind
fn clone(&self) -> BufferKind
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 Format for BufferKind
impl Format for BufferKind
impl Copy for BufferKind
Auto Trait Implementations§
impl Freeze for BufferKind
impl RefUnwindSafe for BufferKind
impl Send for BufferKind
impl Sync for BufferKind
impl Unpin for BufferKind
impl UnwindSafe for BufferKind
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