#[repr(C)]pub struct aws_rw_lock {
pub lock_handle: pthread_rwlock_t,
}
Fields
lock_handle: pthread_rwlock_t
Trait Implementations
sourceimpl Clone for aws_rw_lock
impl Clone for aws_rw_lock
sourcefn clone(&self) -> aws_rw_lock
fn clone(&self) -> aws_rw_lock
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 Default for aws_rw_lock
impl Default for aws_rw_lock
impl Copy for aws_rw_lock
Auto Trait Implementations
impl RefUnwindSafe for aws_rw_lock
impl Send for aws_rw_lock
impl Sync for aws_rw_lock
impl Unpin for aws_rw_lock
impl UnwindSafe for aws_rw_lock
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