#[repr(C)]pub struct ForEachState {
pub l: *const List,
pub i: c_int,
}
Fields§
§l: *const List
§i: c_int
Trait Implementations§
Source§impl Clone for ForEachState
impl Clone for ForEachState
Source§fn clone(&self) -> ForEachState
fn clone(&self) -> ForEachState
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 ForEachState
impl Debug for ForEachState
Source§impl Default for ForEachState
impl Default for ForEachState
impl Copy for ForEachState
Auto Trait Implementations§
impl Freeze for ForEachState
impl RefUnwindSafe for ForEachState
impl !Send for ForEachState
impl !Sync for ForEachState
impl Unpin for ForEachState
impl UnwindSafe for ForEachState
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