pub struct Retval(pub *mut c_void);Tuple Fields§
§0: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for Retval
impl RefUnwindSafe for Retval
impl !Send for Retval
impl !Sync for Retval
impl Unpin for Retval
impl UnsafeUnpin for Retval
impl UnwindSafe for Retval
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