pub struct Constant<T: Synth> { /* private fields */ }
Implementations
Trait Implementations
sourceimpl<T: Synth> Block for Constant<T>
impl<T: Synth> Block for Constant<T>
fn connect_all(&mut self)
fn update_all(&mut self)
fn has_changed(&self) -> bool
fn accept(&self, name: &str, probe: &mut dyn Probe)
impl<T: Copy + Synth> Copy for Constant<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for Constant<T> where
T: RefUnwindSafe,
impl<T> Send for Constant<T> where
T: Send,
impl<T> Sync for Constant<T> where
T: Sync,
impl<T> Unpin for Constant<T> where
T: Unpin,
impl<T> UnwindSafe for Constant<T> where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more