#[repr(C)]pub struct BLGradientCore {
pub impl_: *mut BLGradientImpl,
}Fields§
§impl_: *mut BLGradientImplTrait Implementations§
Source§impl Clone for BLGradientCore
impl Clone for BLGradientCore
Source§fn clone(&self) -> BLGradientCore
fn clone(&self) -> BLGradientCore
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 BLGradientCore
Auto Trait Implementations§
impl Freeze for BLGradientCore
impl RefUnwindSafe for BLGradientCore
impl !Send for BLGradientCore
impl !Sync for BLGradientCore
impl Unpin for BLGradientCore
impl UnwindSafe for BLGradientCore
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