Struct esp_idf_sys::_pthread_cleanup_context
source · #[repr(C)]pub struct _pthread_cleanup_context {
pub _routine: Option<unsafe extern "C" fn(arg1: *mut c_void)>,
pub _arg: *mut c_void,
pub _canceltype: c_int,
pub _previous: *mut _pthread_cleanup_context,
}
Fields§
§_routine: Option<unsafe extern "C" fn(arg1: *mut c_void)>
§_arg: *mut c_void
§_canceltype: c_int
§_previous: *mut _pthread_cleanup_context
Trait Implementations§
source§impl Clone for _pthread_cleanup_context
impl Clone for _pthread_cleanup_context
source§fn clone(&self) -> _pthread_cleanup_context
fn clone(&self) -> _pthread_cleanup_context
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for _pthread_cleanup_context
impl Debug for _pthread_cleanup_context
source§impl Default for _pthread_cleanup_context
impl Default for _pthread_cleanup_context
impl Copy for _pthread_cleanup_context
Auto Trait Implementations§
impl Freeze for _pthread_cleanup_context
impl RefUnwindSafe for _pthread_cleanup_context
impl !Send for _pthread_cleanup_context
impl !Sync for _pthread_cleanup_context
impl Unpin for _pthread_cleanup_context
impl UnwindSafe for _pthread_cleanup_context
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)