Enum skia_bindings::SkCodec_Result 
source · #[repr(u32)]pub enum SkCodec_Result {
    Success,
    IncompleteInput,
    ErrorInInput,
    InvalidConversion,
    InvalidScale,
    InvalidParameters,
    InvalidInput,
    CouldNotRewind,
    InternalError,
    Unimplemented,
}Variants§
Success
IncompleteInput
ErrorInInput
InvalidConversion
InvalidScale
InvalidParameters
InvalidInput
CouldNotRewind
InternalError
Unimplemented
Trait Implementations§
source§impl Clone for SkCodec_Result
 
impl Clone for SkCodec_Result
source§fn clone(&self) -> SkCodec_Result
 
fn clone(&self) -> SkCodec_Result
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 SkCodec_Result
 
impl Debug for SkCodec_Result
source§impl Hash for SkCodec_Result
 
impl Hash for SkCodec_Result
source§impl PartialEq<SkCodec_Result> for SkCodec_Result
 
impl PartialEq<SkCodec_Result> for SkCodec_Result
source§fn eq(&self, other: &SkCodec_Result) -> bool
 
fn eq(&self, other: &SkCodec_Result) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for SkCodec_Result
impl Eq for SkCodec_Result
impl StructuralEq for SkCodec_Result
impl StructuralPartialEq for SkCodec_Result
Auto Trait Implementations§
impl RefUnwindSafe for SkCodec_Result
impl Send for SkCodec_Result
impl Sync for SkCodec_Result
impl Unpin for SkCodec_Result
impl UnwindSafe for SkCodec_Result
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