#[repr(C)]pub struct BLGradientImpl {
pub __bindgen_anon_1: BLGradientImpl__bindgen_ty_1,
pub capacity: usize,
pub refCount: usize,
pub implType: u8,
pub implTraits: u8,
pub memPoolData: u16,
pub gradientType: u8,
pub extendMode: u8,
pub matrixType: u8,
pub reserved: [u8; 1],
pub matrix: BLMatrix2D,
pub __bindgen_anon_2: BLGradientImpl__bindgen_ty_2,
}Fields§
§__bindgen_anon_1: BLGradientImpl__bindgen_ty_1§capacity: usize§refCount: usize§implType: u8§implTraits: u8§memPoolData: u16§gradientType: u8§extendMode: u8§matrixType: u8§reserved: [u8; 1]§matrix: BLMatrix2D§__bindgen_anon_2: BLGradientImpl__bindgen_ty_2Trait Implementations§
Source§impl Clone for BLGradientImpl
impl Clone for BLGradientImpl
Source§fn clone(&self) -> BLGradientImpl
fn clone(&self) -> BLGradientImpl
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 BLGradientImpl
Auto Trait Implementations§
impl Freeze for BLGradientImpl
impl RefUnwindSafe for BLGradientImpl
impl !Send for BLGradientImpl
impl !Sync for BLGradientImpl
impl Unpin for BLGradientImpl
impl UnwindSafe for BLGradientImpl
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