#[repr(C)]pub struct switch_thread_data_s {
pub func: switch_thread_start_t,
pub obj: *mut c_void,
pub alloc: c_int,
pub running: c_int,
pub pool: *mut switch_memory_pool_t,
}Fields§
§func: switch_thread_start_t§obj: *mut c_void§alloc: c_int§running: c_int§pool: *mut switch_memory_pool_tTrait Implementations§
Source§impl Clone for switch_thread_data_s
impl Clone for switch_thread_data_s
Source§fn clone(&self) -> switch_thread_data_s
fn clone(&self) -> switch_thread_data_s
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for switch_thread_data_s
impl Debug for switch_thread_data_s
Source§impl Default for switch_thread_data_s
impl Default for switch_thread_data_s
impl Copy for switch_thread_data_s
Auto Trait Implementations§
impl Freeze for switch_thread_data_s
impl RefUnwindSafe for switch_thread_data_s
impl !Send for switch_thread_data_s
impl !Sync for switch_thread_data_s
impl Unpin for switch_thread_data_s
impl UnsafeUnpin for switch_thread_data_s
impl UnwindSafe for switch_thread_data_s
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