Struct browser_window_c::c__pthread_internal_list [−][src]
#[repr(C)]pub struct c__pthread_internal_list {
pub __prev: *mut c__pthread_internal_list,
pub __next: *mut c__pthread_internal_list,
}
Fields
__prev: *mut c__pthread_internal_list
__next: *mut c__pthread_internal_list
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for c__pthread_internal_list
impl !Send for c__pthread_internal_list
impl !Sync for c__pthread_internal_list
impl Unpin for c__pthread_internal_list
impl UnwindSafe for c__pthread_internal_list
Blanket Implementations
Mutably borrows from an owned value. Read more