pub struct CustomRelocationHandlerHandle<R>{ /* private fields */ }
Trait Implementations§
source§impl<R> Borrow<R> for CustomRelocationHandlerHandle<R>
impl<R> Borrow<R> for CustomRelocationHandlerHandle<R>
source§impl<R> Clone for CustomRelocationHandlerHandle<R>
impl<R> Clone for CustomRelocationHandlerHandle<R>
impl<R> Copy for CustomRelocationHandlerHandle<R>
impl<R> Send for CustomRelocationHandlerHandle<R>
impl<R> Sync for CustomRelocationHandlerHandle<R>
Auto Trait Implementations§
impl<R> RefUnwindSafe for CustomRelocationHandlerHandle<R>where
R: RefUnwindSafe,
impl<R> Unpin for CustomRelocationHandlerHandle<R>
impl<R> UnwindSafe for CustomRelocationHandlerHandle<R>where
R: RefUnwindSafe,
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