Struct pgrx_pg_sys::MaterialPath
source · #[repr(C)]pub struct MaterialPath {
pub path: Path,
pub subpath: *mut Path,
}
Fields§
§path: Path
§subpath: *mut Path
Trait Implementations§
source§impl Clone for MaterialPath
impl Clone for MaterialPath
source§fn clone(&self) -> MaterialPath
fn clone(&self) -> MaterialPath
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 MaterialPath
impl Debug for MaterialPath
source§impl Default for MaterialPath
impl Default for MaterialPath
source§impl Display for MaterialPath
impl Display for MaterialPath
source§impl PgNode for MaterialPath
impl PgNode for MaterialPath
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more