#[repr(C)]pub struct SkCodecs_Decoder {
pub id: std_string_view,
pub isFormat: SkCodecs_IsFormatCallback,
pub makeFromStream: SkCodecs_MakeFromStreamCallback,
}Fields§
§id: std_string_view§isFormat: SkCodecs_IsFormatCallback§makeFromStream: SkCodecs_MakeFromStreamCallbackTrait Implementations§
Source§impl Clone for SkCodecs_Decoder
impl Clone for SkCodecs_Decoder
Source§fn clone(&self) -> SkCodecs_Decoder
fn clone(&self) -> SkCodecs_Decoder
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 SkCodecs_Decoder
impl Debug for SkCodecs_Decoder
impl Copy for SkCodecs_Decoder
Auto Trait Implementations§
impl Freeze for SkCodecs_Decoder
impl RefUnwindSafe for SkCodecs_Decoder
impl Send for SkCodecs_Decoder
impl Sync for SkCodecs_Decoder
impl Unpin for SkCodecs_Decoder
impl UnsafeUnpin for SkCodecs_Decoder
impl UnwindSafe for SkCodecs_Decoder
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