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