pub struct CurrentClosure(pub Arc<dyn Fn(AnimObj) -> AnimOP + Send + Sync>);Tuple Fields§
§0: Arc<dyn Fn(AnimObj) -> AnimOP + Send + Sync>Trait Implementations§
Source§impl Clone for CurrentClosure
impl Clone for CurrentClosure
Source§fn clone(&self) -> CurrentClosure
fn clone(&self) -> CurrentClosure
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 !RefUnwindSafe for CurrentClosure
impl !UnwindSafe for CurrentClosure
impl Freeze for CurrentClosure
impl Send for CurrentClosure
impl Sync for CurrentClosure
impl Unpin for CurrentClosure
impl UnsafeUnpin for CurrentClosure
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