Struct pgrx_pg_sys::ForThreeState
source · #[repr(C)]pub struct ForThreeState {
pub l1: *const List,
pub l2: *const List,
pub l3: *const List,
pub i: c_int,
}
Fields§
§l1: *const List
§l2: *const List
§l3: *const List
§i: c_int
Trait Implementations§
source§impl Clone for ForThreeState
impl Clone for ForThreeState
source§fn clone(&self) -> ForThreeState
fn clone(&self) -> ForThreeState
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 more