#[repr(C)]pub struct PlannerParamItem {
pub type_: NodeTag,
pub item: *mut Node,
pub paramId: c_int,
}Fields§
§type_: NodeTag§item: *mut Node§paramId: c_intTrait Implementations§
Source§impl Clone for PlannerParamItem
impl Clone for PlannerParamItem
Source§fn clone(&self) -> PlannerParamItem
fn clone(&self) -> PlannerParamItem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PlannerParamItem
Source§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
Auto Trait Implementations§
impl !Send for PlannerParamItem
impl !Sync for PlannerParamItem
impl Freeze for PlannerParamItem
impl RefUnwindSafe for PlannerParamItem
impl Unpin for PlannerParamItem
impl UnsafeUnpin 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