Struct pgx_pg_sys::ForFourState
source · [−]#[repr(C)]pub struct ForFourState {
pub l1: *const List,
pub l2: *const List,
pub l3: *const List,
pub l4: *const List,
pub i: c_int,
}Fields
l1: *const Listl2: *const Listl3: *const Listl4: *const Listi: c_intTrait Implementations
sourceimpl Clone for ForFourState
impl Clone for ForFourState
sourcefn clone(&self) -> ForFourState
fn clone(&self) -> ForFourState
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 ForFourState
impl Debug for ForFourState
sourceimpl Default for ForFourState
impl Default for ForFourState
impl Copy for ForFourState
Auto Trait Implementations
impl RefUnwindSafe for ForFourState
impl !Send for ForFourState
impl !Sync for ForFourState
impl Unpin for ForFourState
impl UnwindSafe for ForFourState
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