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