Struct pgx_pg_sys::DictSubState
source · [−]#[repr(C)]pub struct DictSubState {
pub isend: bool,
pub getnext: bool,
pub private_state: *mut c_void,
}Fields
isend: boolgetnext: boolprivate_state: *mut c_voidTrait Implementations
sourceimpl Clone for DictSubState
impl Clone for DictSubState
sourcefn clone(&self) -> DictSubState
fn clone(&self) -> DictSubState
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 DictSubState
impl Debug for DictSubState
sourceimpl Default for DictSubState
impl Default for DictSubState
impl Copy for DictSubState
Auto Trait Implementations
impl RefUnwindSafe for DictSubState
impl !Send for DictSubState
impl !Sync for DictSubState
impl Unpin for DictSubState
impl UnwindSafe for DictSubState
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