#[repr(C)]pub struct BLImageScaleOptions {
pub userFunc: BLImageScaleUserFunc,
pub userData: *mut c_void,
pub radius: f64,
pub __bindgen_anon_1: BLImageScaleOptions__bindgen_ty_1,
}Fields§
§userFunc: BLImageScaleUserFunc§userData: *mut c_void§radius: f64§__bindgen_anon_1: BLImageScaleOptions__bindgen_ty_1Trait Implementations§
Source§impl Clone for BLImageScaleOptions
impl Clone for BLImageScaleOptions
Source§fn clone(&self) -> BLImageScaleOptions
fn clone(&self) -> BLImageScaleOptions
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 moreimpl Copy for BLImageScaleOptions
Auto Trait Implementations§
impl Freeze for BLImageScaleOptions
impl RefUnwindSafe for BLImageScaleOptions
impl !Send for BLImageScaleOptions
impl !Sync for BLImageScaleOptions
impl Unpin for BLImageScaleOptions
impl UnwindSafe for BLImageScaleOptions
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