Struct pgrx_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 List
§l2: *const List
§l3: *const List
§l4: *const List
§i: c_int
Trait Implementations§
source§impl Clone for ForFourState
impl Clone for ForFourState
source§fn clone(&self) -> ForFourState
fn clone(&self) -> ForFourState
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 ForFourState
impl Debug for ForFourState
source§impl Default for ForFourState
impl Default for ForFourState
impl Copy for ForFourState
Auto Trait Implementations§
impl Freeze for ForFourState
impl RefUnwindSafe for ForFourState
impl !Send for ForFourState
impl !Sync for ForFourState
impl Unpin for ForFourState
impl UnwindSafe for ForFourState
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)