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