#[repr(C)]pub struct aws_mutex {
pub mutex_handle: pthread_mutex_t,
pub initialized: bool,
}
Fields
mutex_handle: pthread_mutex_t
initialized: bool
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for aws_mutex
impl !Send for aws_mutex
impl !Sync for aws_mutex
impl Unpin for aws_mutex
impl UnwindSafe for aws_mutex
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