#[repr(C)]pub struct UpperUniquePath {
pub path: Path,
pub subpath: *mut Path,
pub numkeys: c_int,
}
Fields§
§path: Path
§subpath: *mut Path
§numkeys: c_int
Trait Implementations§
Source§impl Clone for UpperUniquePath
impl Clone for UpperUniquePath
Source§fn clone(&self) -> UpperUniquePath
fn clone(&self) -> UpperUniquePath
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 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
impl Copy for UpperUniquePath
Auto Trait Implementations§
impl Freeze for UpperUniquePath
impl RefUnwindSafe for UpperUniquePath
impl !Send for UpperUniquePath
impl !Sync for UpperUniquePath
impl Unpin 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