#[repr(C)]pub struct ProjectionPath {
pub path: Path,
pub subpath: *mut Path,
pub dummypp: bool,
}Fields§
§path: Path§subpath: *mut Path§dummypp: boolTrait Implementations§
Source§impl Clone for ProjectionPath
impl Clone for ProjectionPath
Source§fn clone(&self) -> ProjectionPath
fn clone(&self) -> ProjectionPath
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 ProjectionPath
Source§impl Debug for ProjectionPath
impl Debug for ProjectionPath
Source§impl Default for ProjectionPath
impl Default for ProjectionPath
Source§impl Display for ProjectionPath
impl Display for ProjectionPath
Source§impl PgNode for ProjectionPath
impl PgNode for ProjectionPath
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
Auto Trait Implementations§
impl !Send for ProjectionPath
impl !Sync for ProjectionPath
impl Freeze for ProjectionPath
impl RefUnwindSafe for ProjectionPath
impl Unpin for ProjectionPath
impl UnsafeUnpin for ProjectionPath
impl UnwindSafe for ProjectionPath
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