Enum skia_safe::gpu::Renderable
source · #[repr(u8)]pub enum Renderable {
No,
Yes,
}
Variants§
Trait Implementations§
source§impl Clone for skgpu_Renderable
impl Clone for skgpu_Renderable
source§fn clone(&self) -> skgpu_Renderable
fn clone(&self) -> skgpu_Renderable
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 skgpu_Renderable
impl Debug for skgpu_Renderable
source§impl Hash for skgpu_Renderable
impl Hash for skgpu_Renderable
source§impl PartialEq<skgpu_Renderable> for skgpu_Renderable
impl PartialEq<skgpu_Renderable> for skgpu_Renderable
source§fn eq(&self, other: &skgpu_Renderable) -> bool
fn eq(&self, other: &skgpu_Renderable) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for skgpu_Renderable
impl Eq for skgpu_Renderable
impl StructuralEq for skgpu_Renderable
impl StructuralPartialEq for skgpu_Renderable
Auto Trait Implementations§
impl RefUnwindSafe for skgpu_Renderable
impl Send for skgpu_Renderable
impl Sync for skgpu_Renderable
impl Unpin for skgpu_Renderable
impl UnwindSafe for skgpu_Renderable
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