Struct hts_sys::htsThreadPool
source · #[repr(C)]pub struct htsThreadPool {
pub pool: *mut hts_tpool,
pub qsize: c_int,
}
Fields§
§pool: *mut hts_tpool
§qsize: c_int
Trait Implementations§
source§impl Clone for htsThreadPool
impl Clone for htsThreadPool
source§fn clone(&self) -> htsThreadPool
fn clone(&self) -> htsThreadPool
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 htsThreadPool
impl Debug for htsThreadPool
impl Copy for htsThreadPool
Auto Trait Implementations§
impl Freeze for htsThreadPool
impl RefUnwindSafe for htsThreadPool
impl !Send for htsThreadPool
impl !Sync for htsThreadPool
impl Unpin for htsThreadPool
impl UnwindSafe for htsThreadPool
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