#[repr(C)]pub struct DllInfo(c_void);Expand description
Opaque dynamic library descriptor from R.
Tuple Fields§
§0: c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for DllInfo
impl RefUnwindSafe for DllInfo
impl Send for DllInfo
impl Sync for DllInfo
impl Unpin for DllInfo
impl UnsafeUnpin for DllInfo
impl UnwindSafe for DllInfo
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