pub struct LibDirs {
pub recast: PathBuf,
pub rpclib: PathBuf,
pub boost: PathBuf,
pub libpng: PathBuf,
pub libcarla_client: PathBuf,
}Fields§
§recast: PathBuf§rpclib: PathBuf§boost: PathBuf§libpng: PathBuf§libcarla_client: PathBufImplementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LibDirs
impl Send for LibDirs
impl Sync for LibDirs
impl Unpin for LibDirs
impl UnwindSafe for LibDirs
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