Struct nih_plug_iced::widgets::generic_ui::State
source · pub struct State<W: ParamWidget> { /* private fields */ }
Expand description
State for a GenericUi
.
Trait Implementations§
Auto Trait Implementations§
impl<W> !RefUnwindSafe for State<W>
impl<W> Send for State<W>where <W as ParamWidget>::State: Send,
impl<W> Sync for State<W>where <W as ParamWidget>::State: Send + Sync,
impl<W> Unpin for State<W>where <W as ParamWidget>::State: Unpin,
impl<W> !UnwindSafe for State<W>
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