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