#[repr(C)]pub struct SortPath {
pub path: Path,
pub subpath: *mut Path,
}
Fields§
§path: Path
§subpath: *mut Path
Trait Implementations§
impl Copy for SortPath
Auto Trait Implementations§
impl Freeze for SortPath
impl RefUnwindSafe for SortPath
impl !Send for SortPath
impl !Sync for SortPath
impl Unpin for SortPath
impl UnwindSafe for SortPath
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