#[repr(C)]pub struct PlanInvalItem {
pub type_: NodeTag,
pub cacheId: c_int,
pub hashValue: uint32,
}Fields§
§type_: NodeTag§cacheId: c_int§hashValue: uint32Trait Implementations§
Source§impl Clone for PlanInvalItem
impl Clone for PlanInvalItem
Source§fn clone(&self) -> PlanInvalItem
fn clone(&self) -> PlanInvalItem
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 PlanInvalItem
Source§impl Debug for PlanInvalItem
impl Debug for PlanInvalItem
Source§impl Default for PlanInvalItem
impl Default for PlanInvalItem
Source§impl Display for PlanInvalItem
impl Display for PlanInvalItem
Auto Trait Implementations§
impl Freeze for PlanInvalItem
impl RefUnwindSafe for PlanInvalItem
impl Send for PlanInvalItem
impl Sync for PlanInvalItem
impl Unpin for PlanInvalItem
impl UnsafeUnpin for PlanInvalItem
impl UnwindSafe for PlanInvalItem
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