pub struct OnscreenResizeClosure(/* private fields */);
Trait Implementations§
Source§impl Clone for OnscreenResizeClosure
impl Clone for OnscreenResizeClosure
Source§fn clone(&self) -> OnscreenResizeClosure
fn clone(&self) -> OnscreenResizeClosure
Returns a duplicate 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 Debug for OnscreenResizeClosure
impl Debug for OnscreenResizeClosure
Source§impl Hash for OnscreenResizeClosure
impl Hash for OnscreenResizeClosure
Source§impl Ord for OnscreenResizeClosure
impl Ord for OnscreenResizeClosure
Source§fn cmp(&self, other: &OnscreenResizeClosure) -> Ordering
fn cmp(&self, other: &OnscreenResizeClosure) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OnscreenResizeClosure
impl PartialEq for OnscreenResizeClosure
Source§impl PartialOrd for OnscreenResizeClosure
impl PartialOrd for OnscreenResizeClosure
Source§impl StaticType for OnscreenResizeClosure
impl StaticType for OnscreenResizeClosure
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Eq for OnscreenResizeClosure
impl StructuralPartialEq for OnscreenResizeClosure
Auto Trait Implementations§
impl Freeze for OnscreenResizeClosure
impl RefUnwindSafe for OnscreenResizeClosure
impl !Send for OnscreenResizeClosure
impl !Sync for OnscreenResizeClosure
impl Unpin for OnscreenResizeClosure
impl UnwindSafe for OnscreenResizeClosure
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