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