pub struct param_ptr();
Expand description
Lens for the field param_ptr
on ParamWidgetBase
.
Implementations§
source§impl param_ptr
impl param_ptr
sourcepub const fn new() -> Self
pub const fn new() -> Self
Creates a new lens for the field param_ptr
on ParamWidgetBase
. Use ParamWidgetBase::param_ptr
instead.
Trait Implementations§
source§impl PartialEq<param_ptr> for param_ptr
impl PartialEq<param_ptr> for param_ptr
impl Copy for param_ptr
impl Eq for param_ptr
impl StructuralEq for param_ptr
impl StructuralPartialEq for param_ptr
Auto Trait Implementations§
impl RefUnwindSafe for param_ptr
impl Send for param_ptr
impl Sync for param_ptr
impl Unpin for param_ptr
impl UnwindSafe for param_ptr
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
§impl<S> FromSample<S> for S
impl<S> FromSample<S> for S
fn from_sample_(s: S) -> S
§impl<T> LensExt for Twhere
T: Lens,
impl<T> LensExt for Twhere T: Lens,
§fn get<C>(&self, cx: &C) -> Self::Targetwhere
C: DataContext,
Self::Target: Clone,
fn get<C>(&self, cx: &C) -> Self::Targetwhere C: DataContext, Self::Target: Clone,
Retrieve a copy of the lensed data from context. Read more
fn get_fallible<C>(&self, cx: &C) -> Option<Self::Target>where C: DataContext, Self::Target: Clone,
fn or<Other>(self, other: Other) -> OrLens<Self, Other>where Other: Lens<Target = bool>, Self: Lens<Target = bool>,
fn and<Other>(self, other: Other) -> AndLens<Self, Other>where Other: Lens<Target = bool>, Self: Lens<Target = bool>,
§fn then<Other>(self, other: Other) -> Then<Self, Other>where
Other: Lens<Source = Self::Target>,
fn then<Other>(self, other: Other) -> Then<Self, Other>where Other: Lens<Source = Self::Target>,
Used to construct a lens to some data contained within some other lensed data. Read more