#[repr(C)]pub struct _pthread_rwlockattr {
pub __pthread_rwlockattrp: *mut c_void,
}Fields§
§__pthread_rwlockattrp: *mut c_voidTrait Implementations§
Source§impl Clone for _pthread_rwlockattr
impl Clone for _pthread_rwlockattr
Source§fn clone(&self) -> _pthread_rwlockattr
fn clone(&self) -> _pthread_rwlockattr
Returns a duplicate 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 _pthread_rwlockattr
impl Debug for _pthread_rwlockattr
impl Copy for _pthread_rwlockattr
Auto Trait Implementations§
impl Freeze for _pthread_rwlockattr
impl RefUnwindSafe for _pthread_rwlockattr
impl !Send for _pthread_rwlockattr
impl !Sync for _pthread_rwlockattr
impl Unpin for _pthread_rwlockattr
impl UnwindSafe for _pthread_rwlockattr
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