Struct libduckdb_sys::_opaque_pthread_t
source · #[repr(C)]pub struct _opaque_pthread_t {
pub __sig: c_long,
pub __cleanup_stack: *mut __darwin_pthread_handler_rec,
pub __opaque: [c_char; 8176],
}Fields
__sig: c_long__cleanup_stack: *mut __darwin_pthread_handler_rec__opaque: [c_char; 8176]Trait Implementations
sourceimpl Clone for _opaque_pthread_t
impl Clone for _opaque_pthread_t
sourcefn clone(&self) -> _opaque_pthread_t
fn clone(&self) -> _opaque_pthread_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for _opaque_pthread_t
impl Debug for _opaque_pthread_t
impl Copy for _opaque_pthread_t
Auto Trait Implementations
impl RefUnwindSafe for _opaque_pthread_t
impl !Send for _opaque_pthread_t
impl !Sync for _opaque_pthread_t
impl Unpin for _opaque_pthread_t
impl UnwindSafe for _opaque_pthread_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more