#[repr(C)]pub struct ZombieAnimCallback {
pub cb: usize,
}Expand description
The type-erased component animation callback (a fn pointer as usize).
Fields§
§cb: usizeTrait Implementations§
Source§impl Clone for ZombieAnimCallback
impl Clone for ZombieAnimCallback
Source§fn clone(&self) -> ZombieAnimCallback
fn clone(&self) -> ZombieAnimCallback
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 ZombieAnimCallback
Source§impl Debug for ZombieAnimCallback
impl Debug for ZombieAnimCallback
impl Eq for ZombieAnimCallback
Source§impl Hash for ZombieAnimCallback
impl Hash for ZombieAnimCallback
Source§impl Ord for ZombieAnimCallback
impl Ord for ZombieAnimCallback
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for ZombieAnimCallback
impl PartialEq for ZombieAnimCallback
Source§impl PartialOrd for ZombieAnimCallback
impl PartialOrd for ZombieAnimCallback
Auto Trait Implementations§
impl Freeze for ZombieAnimCallback
impl RefUnwindSafe for ZombieAnimCallback
impl Send for ZombieAnimCallback
impl Sync for ZombieAnimCallback
impl Unpin for ZombieAnimCallback
impl UnsafeUnpin for ZombieAnimCallback
impl UnwindSafe for ZombieAnimCallback
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