pub struct POINT_GRADIENT { /* private fields */ }Methods from Deref<Target = GridOptions>§
pub fn get_max_radius(&self) -> f32
Trait Implementations§
Source§impl Deref for POINT_GRADIENT
impl Deref for POINT_GRADIENT
Source§type Target = GridOptions
type Target = GridOptions
The resulting type after dereferencing.
Source§fn deref(&self) -> &GridOptions
fn deref(&self) -> &GridOptions
Dereferences the value.
impl LazyStatic for POINT_GRADIENT
Auto Trait Implementations§
impl Freeze for POINT_GRADIENT
impl RefUnwindSafe for POINT_GRADIENT
impl Send for POINT_GRADIENT
impl Sync for POINT_GRADIENT
impl Unpin for POINT_GRADIENT
impl UnsafeUnpin for POINT_GRADIENT
impl UnwindSafe for POINT_GRADIENT
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