pub struct CYieldedVal {
pub val: *mut c_void,
}
Fields§
§val: *mut c_void
Trait Implementations§
impl Send for CYieldedVal
impl Sync for CYieldedVal
Auto Trait Implementations§
impl Freeze for CYieldedVal
impl RefUnwindSafe for CYieldedVal
impl Unpin for CYieldedVal
impl UnwindSafe for CYieldedVal
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