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
impl Copy for MaterialPath
Auto Trait Implementations§
impl Freeze for MaterialPath
impl RefUnwindSafe for MaterialPath
impl !Send for MaterialPath
impl !Sync for MaterialPath
impl Unpin for MaterialPath
impl UnwindSafe for MaterialPath
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