Struct linux_raw_sys::general::robust_list
source · #[repr(C)]pub struct robust_list {
pub next: *mut robust_list,
}Fields§
§next: *mut robust_listTrait Implementations§
source§impl Clone for robust_list
impl Clone for robust_list
source§fn clone(&self) -> robust_list
fn clone(&self) -> robust_list
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 more