#[repr(C)]pub struct _opaque_pthread_rwlockattr_t {
pub __sig: c_long,
pub __opaque: [c_char; 16],
}
Fields§
§__sig: c_long
§__opaque: [c_char; 16]
Trait Implementations§
source§impl Clone for _opaque_pthread_rwlockattr_t
impl Clone for _opaque_pthread_rwlockattr_t
source§fn clone(&self) -> _opaque_pthread_rwlockattr_t
fn clone(&self) -> _opaque_pthread_rwlockattr_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for _opaque_pthread_rwlockattr_t
impl Debug for _opaque_pthread_rwlockattr_t
source§impl Default for _opaque_pthread_rwlockattr_t
impl Default for _opaque_pthread_rwlockattr_t
source§fn default() -> _opaque_pthread_rwlockattr_t
fn default() -> _opaque_pthread_rwlockattr_t
Returns the “default value” for a type. Read more
impl Copy for _opaque_pthread_rwlockattr_t
Auto Trait Implementations§
impl RefUnwindSafe for _opaque_pthread_rwlockattr_t
impl Send for _opaque_pthread_rwlockattr_t
impl Sync for _opaque_pthread_rwlockattr_t
impl Unpin for _opaque_pthread_rwlockattr_t
impl UnwindSafe for _opaque_pthread_rwlockattr_t
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more