Struct augmented_iced_editor::IcedEditor
source · [−]pub struct IcedEditor<App>where
App: Application,{ /* private fields */ }
Implementations
Trait Implementations
sourceimpl<App> Editor for IcedEditor<App>where
App: Application + Send,
App::Flags: Clone,
impl<App> Editor for IcedEditor<App>where
App: Application + Send,
App::Flags: Clone,
sourcefn open(&mut self, parent: *mut c_void) -> bool
fn open(&mut self, parent: *mut c_void) -> bool
Called when the editor window is opened. Read more
sourcefn set_knob_mode(&mut self, mode: KnobMode) -> bool
fn set_knob_mode(&mut self, mode: KnobMode) -> bool
Set the knob mode for this editor (if supported by host). Read more
Auto Trait Implementations
impl<App> !RefUnwindSafe for IcedEditor<App>
impl<App> !Send for IcedEditor<App>
impl<App> !Sync for IcedEditor<App>
impl<App> Unpin for IcedEditor<App>where
<App as Application>::Flags: Unpin,
impl<App> !UnwindSafe for IcedEditor<App>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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