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