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