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