Struct linux_api::futex::linux_robust_list_head
source · #[repr(C)]pub struct linux_robust_list_head {
pub list: linux_robust_list,
pub futex_offset: c_long,
pub list_op_pending: *mut linux_robust_list,
}
Fields§
§list: linux_robust_list
§futex_offset: c_long
§list_op_pending: *mut linux_robust_list
Trait Implementations§
source§impl Clone for linux_robust_list_head
impl Clone for linux_robust_list_head
source§fn clone(&self) -> linux_robust_list_head
fn clone(&self) -> linux_robust_list_head
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 linux_robust_list_head
impl Debug for linux_robust_list_head
source§impl PartialEq for linux_robust_list_head
impl PartialEq for linux_robust_list_head
impl Copy for linux_robust_list_head
impl Eq for linux_robust_list_head
impl StructuralPartialEq for linux_robust_list_head
Auto Trait Implementations§
impl Freeze for linux_robust_list_head
impl RefUnwindSafe for linux_robust_list_head
impl !Send for linux_robust_list_head
impl !Sync for linux_robust_list_head
impl Unpin for linux_robust_list_head
impl UnwindSafe for linux_robust_list_head
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)