Struct browser_window::prelude::c__pthread_internal_list [−]
#[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
impl Clone for c__pthread_internal_list
impl Clone for c__pthread_internal_list
pub fn clone(&self) -> c__pthread_internal_list
pub fn clone(&self) -> c__pthread_internal_list
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for c__pthread_internal_list
impl Debug for c__pthread_internal_list
impl Copy for c__pthread_internal_list
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