#[repr(C)]pub struct hts_tpool { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for hts_tpool
impl RefUnwindSafe for hts_tpool
impl Send for hts_tpool
impl Sync for hts_tpool
impl Unpin for hts_tpool
impl UnwindSafe for hts_tpool
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