pub struct LinkLib {
pub new: FreePrimFuncVal,
pub get: FreePrimFuncVal,
pub set: FreePrimFuncVal,
}Fields§
§new: FreePrimFuncVal§get: FreePrimFuncVal§set: FreePrimFuncValTrait Implementations§
Auto Trait Implementations§
impl Freeze for LinkLib
impl !RefUnwindSafe for LinkLib
impl !Send for LinkLib
impl !Sync for LinkLib
impl Unpin for LinkLib
impl !UnwindSafe for LinkLib
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