pub struct Syspath { /* private fields */ }Expand description
Represents the file path in the sys filesystem.
Implementations§
Trait Implementations§
impl StructuralPartialEq for Syspath
Auto Trait Implementations§
impl Freeze for Syspath
impl RefUnwindSafe for Syspath
impl Send for Syspath
impl Sync for Syspath
impl Unpin for Syspath
impl UnwindSafe for Syspath
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