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