pub struct IcdInfo {
pub library_path: PathBuf,
pub manifest_path: Option<PathBuf>,
pub api_version: u32,
pub is_software: bool,
}Expand description
Public info about a loadable ICD
Fields§
§library_path: PathBuf§manifest_path: Option<PathBuf>§api_version: u32§is_software: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for IcdInfo
impl RefUnwindSafe for IcdInfo
impl Send for IcdInfo
impl Sync for IcdInfo
impl Unpin for IcdInfo
impl UnwindSafe for IcdInfo
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