Struct skia_bindings::SkCodec_Options
source · #[repr(C)]pub struct SkCodec_Options {
pub fZeroInitialized: SkCodec_ZeroInitialized,
pub fSubset: *const SkIRect,
pub fFrameIndex: c_int,
pub fPriorFrame: c_int,
}
Fields§
§fZeroInitialized: SkCodec_ZeroInitialized
§fSubset: *const SkIRect
§fFrameIndex: c_int
§fPriorFrame: c_int
Trait Implementations§
source§impl Clone for SkCodec_Options
impl Clone for SkCodec_Options
source§fn clone(&self) -> SkCodec_Options
fn clone(&self) -> SkCodec_Options
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_Options
impl Debug for SkCodec_Options
impl Copy for SkCodec_Options
Auto Trait Implementations§
impl RefUnwindSafe for SkCodec_Options
impl !Send for SkCodec_Options
impl !Sync for SkCodec_Options
impl Unpin for SkCodec_Options
impl UnwindSafe for SkCodec_Options
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