#[repr(C)]pub struct PlannerParamItem {
pub type_: NodeTag,
pub item: *mut Node,
pub paramId: c_int,
}
Fields§
§type_: NodeTag
§item: *mut Node
§paramId: c_int
Trait Implementations§
Source§impl Clone for PlannerParamItem
impl Clone for PlannerParamItem
Source§fn clone(&self) -> PlannerParamItem
fn clone(&self) -> PlannerParamItem
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 PlannerParamItem
impl Debug for PlannerParamItem
Source§impl Default for PlannerParamItem
impl Default for PlannerParamItem
Source§impl Display for PlannerParamItem
impl Display for PlannerParamItem
Source§impl PgNode for PlannerParamItem
impl PgNode for PlannerParamItem
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for PlannerParamItem
Auto Trait Implementations§
impl Freeze for PlannerParamItem
impl RefUnwindSafe for PlannerParamItem
impl !Send for PlannerParamItem
impl !Sync for PlannerParamItem
impl Unpin for PlannerParamItem
impl UnwindSafe for PlannerParamItem
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