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