pub struct TrampolineLeftCallback<Ret = (), Param = TrampolineRefcon>(/* private fields */);
Auto Trait Implementations§
impl<Ret, Param> Freeze for TrampolineLeftCallback<Ret, Param>
impl<Ret, Param> RefUnwindSafe for TrampolineLeftCallback<Ret, Param>
impl<Ret, Param> Send for TrampolineLeftCallback<Ret, Param>
impl<Ret, Param> Sync for TrampolineLeftCallback<Ret, Param>
impl<Ret, Param> Unpin for TrampolineLeftCallback<Ret, Param>
impl<Ret, Param> UnwindSafe for TrampolineLeftCallback<Ret, Param>
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