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