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