pub struct GetLoaderHandleFromLibraryCaster {}Expand description
Caster for FnId::LibraryGetLoaderHandleFromLibrary
Trait Implementations§
Source§impl FnCaster for GetLoaderHandleFromLibraryCaster
impl FnCaster for GetLoaderHandleFromLibraryCaster
Source§type Type = TypeWrapper<unsafe extern "C-unwind" fn(Option<NonNull<CBase>>, LibraryHandle) -> Result<LoaderHandle, Error>>
type Type = TypeWrapper<unsafe extern "C-unwind" fn(Option<NonNull<CBase>>, LibraryHandle) -> Result<LoaderHandle, Error>>
Type of the function.
Auto Trait Implementations§
impl Freeze for GetLoaderHandleFromLibraryCaster
impl RefUnwindSafe for GetLoaderHandleFromLibraryCaster
impl Send for GetLoaderHandleFromLibraryCaster
impl Sync for GetLoaderHandleFromLibraryCaster
impl Unpin for GetLoaderHandleFromLibraryCaster
impl UnsafeUnpin for GetLoaderHandleFromLibraryCaster
impl UnwindSafe for GetLoaderHandleFromLibraryCaster
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