pub struct FnMeta {
pub name: &'static str,
pub arity: u8,
pub addr: *const u8,
pub mod_path: &'static str,
}Fields§
§name: &'static str§arity: u8§addr: *const u8§mod_path: &'static strTrait Implementations§
impl Collect for FnMeta
impl Copy for FnMeta
impl Sync for FnMeta
Auto Trait Implementations§
impl Freeze for FnMeta
impl RefUnwindSafe for FnMeta
impl !Send for FnMeta
impl Unpin for FnMeta
impl UnwindSafe for FnMeta
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