pub struct PsPath {
pub segments: Vec<PathSegment>,
}Expand description
A path in device space, composed of path segments.
Fields§
§segments: Vec<PathSegment>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PsPath
impl RefUnwindSafe for PsPath
impl Send for PsPath
impl Sync for PsPath
impl Unpin for PsPath
impl UnsafeUnpin for PsPath
impl UnwindSafe for PsPath
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