#[repr(C)]pub struct proclist_head {
pub head: c_int,
pub tail: c_int,
}
Fields§
§head: c_int
§tail: c_int
Trait Implementations§
Source§impl Clone for proclist_head
impl Clone for proclist_head
Source§fn clone(&self) -> proclist_head
fn clone(&self) -> proclist_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 proclist_head
impl Debug for proclist_head
Source§impl Default for proclist_head
impl Default for proclist_head
Source§fn default() -> proclist_head
fn default() -> proclist_head
Returns the “default value” for a type. Read more
impl Copy for proclist_head
Auto Trait Implementations§
impl Freeze for proclist_head
impl RefUnwindSafe for proclist_head
impl Send for proclist_head
impl Sync for proclist_head
impl Unpin for proclist_head
impl UnwindSafe for proclist_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