Struct libc::pthread_rwlockattr_t
#[repr(C)]
#[repr(align(8))]
pub struct pthread_rwlockattr_t { /* fields hidden */ }Trait Implementations
impl Clone for pthread_rwlockattr_t
fn clone(&Self) -> pthread_rwlockattr_timpl Copy for pthread_rwlockattr_timpl Debug for pthread_rwlockattr_t
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for pthread_rwlockattr_timpl Hash for pthread_rwlockattr_t
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<pthread_rwlockattr_t> for pthread_rwlockattr_t
fn eq(&Self, other: &pthread_rwlockattr_t) -> boolfn ne(&Self, other: &pthread_rwlockattr_t) -> boolimpl StructuralEq for pthread_rwlockattr_timpl StructuralPartialEq for pthread_rwlockattr_tAuto Trait Implementations
impl RefUnwindSafe for pthread_rwlockattr_timpl Send for pthread_rwlockattr_timpl Sync for pthread_rwlockattr_timpl Unpin for pthread_rwlockattr_timpl UnwindSafe for pthread_rwlockattr_tBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T