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