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