#[repr(u32)]pub enum SkImage_LegacyBitmapMode {
kRO_LegacyBitmapMode = 0,
}Variants§
kRO_LegacyBitmapMode = 0
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 duplicate of the value. Read more
1.0.0 (const: unstable) · 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 for SkImage_LegacyBitmapMode
impl PartialEq for SkImage_LegacyBitmapMode
Source§fn eq(&self, other: &SkImage_LegacyBitmapMode) -> bool
fn eq(&self, other: &SkImage_LegacyBitmapMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SkImage_LegacyBitmapMode
impl Eq for SkImage_LegacyBitmapMode
impl StructuralPartialEq for SkImage_LegacyBitmapMode
Auto Trait Implementations§
impl Freeze for SkImage_LegacyBitmapMode
impl RefUnwindSafe for SkImage_LegacyBitmapMode
impl Send for SkImage_LegacyBitmapMode
impl Sync for SkImage_LegacyBitmapMode
impl Unpin for SkImage_LegacyBitmapMode
impl UnsafeUnpin 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