#[repr(C)]pub struct switch_core_thread_session {
pub running: c_int,
pub mutex: *mut switch_mutex_t,
pub objs: [*mut c_void; 128],
pub input_callback: switch_input_callback_function_t,
pub pool: *mut switch_memory_pool_t,
}Fields§
§running: c_int§mutex: *mut switch_mutex_t§objs: [*mut c_void; 128]§input_callback: switch_input_callback_function_t§pool: *mut switch_memory_pool_tTrait Implementations§
Source§impl Clone for switch_core_thread_session
impl Clone for switch_core_thread_session
Source§fn clone(&self) -> switch_core_thread_session
fn clone(&self) -> switch_core_thread_session
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_core_thread_session
impl Debug for switch_core_thread_session
Source§impl Default for switch_core_thread_session
impl Default for switch_core_thread_session
impl Copy for switch_core_thread_session
Auto Trait Implementations§
impl Freeze for switch_core_thread_session
impl RefUnwindSafe for switch_core_thread_session
impl !Send for switch_core_thread_session
impl !Sync for switch_core_thread_session
impl Unpin for switch_core_thread_session
impl UnsafeUnpin for switch_core_thread_session
impl UnwindSafe for switch_core_thread_session
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