Struct pgx_pg_sys::ForBothCellState
source · [−]#[repr(C)]pub struct ForBothCellState {
pub l1: *const List,
pub l2: *const List,
pub i1: c_int,
pub i2: c_int,
}Fields
l1: *const Listl2: *const Listi1: c_inti2: c_intTrait Implementations
sourceimpl Clone for ForBothCellState
impl Clone for ForBothCellState
sourcefn clone(&self) -> ForBothCellState
fn clone(&self) -> ForBothCellState
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ForBothCellState
impl Debug for ForBothCellState
sourceimpl Default for ForBothCellState
impl Default for ForBothCellState
impl Copy for ForBothCellState
Auto Trait Implementations
impl RefUnwindSafe for ForBothCellState
impl !Send for ForBothCellState
impl !Sync for ForBothCellState
impl Unpin for ForBothCellState
impl UnwindSafe for ForBothCellState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more