Struct skia_bindings::SkCubicResampler
source · #[repr(C)]pub struct SkCubicResampler {
pub B: f32,
pub C: f32,
}
Fields§
§B: f32
§C: f32
Trait Implementations§
source§impl Clone for SkCubicResampler
impl Clone for SkCubicResampler
source§fn clone(&self) -> SkCubicResampler
fn clone(&self) -> SkCubicResampler
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 SkCubicResampler
impl Debug for SkCubicResampler
impl Copy for SkCubicResampler
Auto Trait Implementations§
impl RefUnwindSafe for SkCubicResampler
impl Send for SkCubicResampler
impl Sync for SkCubicResampler
impl Unpin for SkCubicResampler
impl UnwindSafe for SkCubicResampler
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