pub struct GraphicalPresenterControlHandle { /* private fields */ }
Trait Implementations§
source§impl Clone for GraphicalPresenterControlHandle
impl Clone for GraphicalPresenterControlHandle
source§fn clone(&self) -> GraphicalPresenterControlHandle
fn clone(&self) -> GraphicalPresenterControlHandle
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl ControlHandle for GraphicalPresenterControlHandle
impl ControlHandle for GraphicalPresenterControlHandle
Auto Trait Implementations§
impl !RefUnwindSafe for GraphicalPresenterControlHandle
impl Send for GraphicalPresenterControlHandle
impl Sync for GraphicalPresenterControlHandle
impl Unpin for GraphicalPresenterControlHandle
impl !UnwindSafe for GraphicalPresenterControlHandle
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