pub struct RemoteCanvas { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for RemoteCanvas
impl !UnwindSafe for RemoteCanvas
impl Freeze for RemoteCanvas
impl Send for RemoteCanvas
impl Sync for RemoteCanvas
impl Unpin for RemoteCanvas
impl UnsafeUnpin for RemoteCanvas
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