Struct linux_raw_sys::v5_4::general::robust_list [−][src]
#[repr(C)]pub struct robust_list { pub next: *mut robust_list, }
Fields
next: *mut robust_listTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for robust_listimpl !Send for robust_listimpl !Sync for robust_listimpl Unpin for robust_listimpl UnwindSafe for robust_listBlanket Implementations
Mutably borrows from an owned value. Read more