pub struct ObjFunc(pub fn(&mut Object, &mut Celeste));Tuple Fields§
§0: fn(&mut Object, &mut Celeste)Trait Implementations§
Auto Trait Implementations§
impl Freeze for ObjFunc
impl RefUnwindSafe for ObjFunc
impl Send for ObjFunc
impl Sync for ObjFunc
impl Unpin for ObjFunc
impl UnwindSafe for ObjFunc
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