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