Struct pgrx_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 List
§l2: *const List
§i1: c_int
§i2: c_int
Trait Implementations§
source§impl Clone for ForBothCellState
impl Clone for ForBothCellState
source§fn clone(&self) -> ForBothCellState
fn clone(&self) -> ForBothCellState
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 ForBothCellState
impl Debug for ForBothCellState
source§impl Default for ForBothCellState
impl Default for ForBothCellState
impl Copy for ForBothCellState
Auto Trait Implementations§
impl Freeze for ForBothCellState
impl RefUnwindSafe for ForBothCellState
impl !Send for ForBothCellState
impl !Sync for ForBothCellState
impl Unpin 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