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