#[repr(C)]pub struct AwsCMutex {
pub mutex_handle: pthread_mutex_t,
/* private fields */
}
Fields
mutex_handle: pthread_mutex_t
Auto Trait Implementations
impl RefUnwindSafe for AwsCMutex
impl Send for AwsCMutex
impl Sync for AwsCMutex
impl Unpin for AwsCMutex
impl UnwindSafe for AwsCMutex
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