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