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