Struct hts_sys::hts_tpool_process
source · #[repr(C)]pub struct hts_tpool_process { /* private fields */ }
Trait Implementations§
source§impl Clone for hts_tpool_process
impl Clone for hts_tpool_process
source§fn clone(&self) -> hts_tpool_process
fn clone(&self) -> hts_tpool_process
Returns a copy 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 hts_tpool_process
impl Debug for hts_tpool_process
impl Copy for hts_tpool_process
Auto Trait Implementations§
impl Freeze for hts_tpool_process
impl RefUnwindSafe for hts_tpool_process
impl Send for hts_tpool_process
impl Sync for hts_tpool_process
impl Unpin for hts_tpool_process
impl UnwindSafe for hts_tpool_process
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