Struct axprocess::futex::FutexRobustList
source · pub struct FutexRobustList {
pub head: usize,
pub len: usize,
}
Expand description
用于存储 robust list 的结构
Fields§
§head: usize
The location of the head of the robust list in user space
len: usize
The length of the robust list
Implementations§
Trait Implementations§
source§impl Default for FutexRobustList
impl Default for FutexRobustList
source§fn default() -> FutexRobustList
fn default() -> FutexRobustList
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for FutexRobustList
impl Send for FutexRobustList
impl Sync for FutexRobustList
impl Unpin for FutexRobustList
impl UnwindSafe for FutexRobustList
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