#[repr(C)]pub struct ForEachState {
pub l: *const List,
pub i: c_int,
}Fields§
§l: *const List§i: c_intTrait Implementations§
Source§impl Clone for ForEachState
impl Clone for ForEachState
Source§fn clone(&self) -> ForEachState
fn clone(&self) -> ForEachState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ForEachState
Source§impl Debug for ForEachState
impl Debug for ForEachState
Auto Trait Implementations§
impl !Send for ForEachState
impl !Sync for ForEachState
impl Freeze for ForEachState
impl RefUnwindSafe for ForEachState
impl Unpin for ForEachState
impl UnsafeUnpin 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