pub struct UiFocusHandle { /* private fields */ }Implementations§
Source§impl UiFocusHandle
impl UiFocusHandle
Trait Implementations§
Source§impl Clone for UiFocusHandle
impl Clone for UiFocusHandle
Source§fn clone(&self) -> UiFocusHandle
fn clone(&self) -> UiFocusHandle
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 moreAuto Trait Implementations§
impl Freeze for UiFocusHandle
impl RefUnwindSafe for UiFocusHandle
impl Send for UiFocusHandle
impl Sync for UiFocusHandle
impl Unpin for UiFocusHandle
impl UnsafeUnpin for UiFocusHandle
impl UnwindSafe for UiFocusHandle
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