pub struct FunctionDescriptor {
pub name: &'static str,
pub pointer: FunctionPointer,
}
Fields§
§name: &'static str
§pointer: FunctionPointer
Auto Trait Implementations§
impl Freeze for FunctionDescriptor
impl RefUnwindSafe for FunctionDescriptor
impl !Send for FunctionDescriptor
impl !Sync for FunctionDescriptor
impl Unpin for FunctionDescriptor
impl UnwindSafe for FunctionDescriptor
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