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