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