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