Struct robust_list_head

struct robust_list_head { ... }

Fields

list: robust_list
futex_offset: c_long
list_op_pending: *mut robust_list

Implementations

impl Clone for robust_list_head

fn clone(self: &Self) -> robust_list_head

impl Copy for robust_list_head

impl Debug for robust_list_head

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Freeze for robust_list_head

impl RefUnwindSafe for robust_list_head

impl Send for robust_list_head

impl Sync for robust_list_head

impl Unpin for robust_list_head

impl UnsafeUnpin for robust_list_head

impl UnwindSafe for robust_list_head

impl<T> Any for robust_list_head

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for robust_list_head

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for robust_list_head

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for robust_list_head

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for robust_list_head

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for robust_list_head

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for robust_list_head

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for robust_list_head

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>