#[repr(C)]pub struct function_symbol { /* private fields */ }
Trait Implementations§
Source§impl ExternType for function_symbol
impl ExternType for function_symbol
Auto Trait Implementations§
impl !Freeze for function_symbol
impl RefUnwindSafe for function_symbol
impl !Send for function_symbol
impl !Sync for function_symbol
impl !Unpin for function_symbol
impl UnwindSafe for function_symbol
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