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