#[repr(C)]pub struct __pthread_rwlock_arch_t {
pub __readers: u32,
pub __writers: u32,
pub __wrphase_futex: u32,
pub __writers_futex: u32,
pub __pad3: u32,
pub __pad4: u32,
pub __cur_writer: i32,
pub __shared: i32,
pub __rwelision: i8,
pub __pad1: [u8; 7],
pub __pad2: u64,
pub __flags: u32,
}Fields§
§__readers: u32§__writers: u32§__wrphase_futex: u32§__writers_futex: u32§__pad3: u32§__pad4: u32§__cur_writer: i32§__rwelision: i8§__pad1: [u8; 7]§__pad2: u64§__flags: u32Trait Implementations§
Source§impl Clone for __pthread_rwlock_arch_t
impl Clone for __pthread_rwlock_arch_t
Source§fn clone(&self) -> __pthread_rwlock_arch_t
fn clone(&self) -> __pthread_rwlock_arch_t
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_rwlock_arch_t
impl Debug for __pthread_rwlock_arch_t
Source§impl PartialEq for __pthread_rwlock_arch_t
impl PartialEq for __pthread_rwlock_arch_t
impl Copy for __pthread_rwlock_arch_t
impl StructuralPartialEq for __pthread_rwlock_arch_t
Auto Trait Implementations§
impl Freeze for __pthread_rwlock_arch_t
impl RefUnwindSafe for __pthread_rwlock_arch_t
impl Send for __pthread_rwlock_arch_t
impl Sync for __pthread_rwlock_arch_t
impl Unpin for __pthread_rwlock_arch_t
impl UnwindSafe for __pthread_rwlock_arch_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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more
impl<T> ErasedDestructor for Twhere
T: 'static,
impl<T> MaybeSendSync for T
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 56 bytes