Enum fuchsia_framebuffer::FrameUsage
source · pub enum FrameUsage {
Cpu,
Gpu,
}
Variants§
Trait Implementations§
source§impl Clone for FrameUsage
impl Clone for FrameUsage
source§fn clone(&self) -> FrameUsage
fn clone(&self) -> FrameUsage
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 FrameUsage
impl Debug for FrameUsage
source§impl PartialEq for FrameUsage
impl PartialEq for FrameUsage
source§fn eq(&self, other: &FrameUsage) -> bool
fn eq(&self, other: &FrameUsage) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FrameUsage
impl StructuralPartialEq for FrameUsage
Auto Trait Implementations§
impl Freeze for FrameUsage
impl RefUnwindSafe for FrameUsage
impl Send for FrameUsage
impl Sync for FrameUsage
impl Unpin for FrameUsage
impl UnwindSafe for FrameUsage
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)