Struct prebuilts::PrebuiltPath
source · pub(crate) struct PrebuiltPath {
pub(crate) file: PathBuf,
pub(crate) link: PathBuf,
}
Fields§
§file: PathBuf
§link: PathBuf
Auto Trait Implementations§
impl RefUnwindSafe for PrebuiltPath
impl Send for PrebuiltPath
impl Sync for PrebuiltPath
impl Unpin for PrebuiltPath
impl UnwindSafe for PrebuiltPath
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