Struct cmsis_pack::pdsc::FileRef
source · pub struct FileRef {
pub path: PathBuf,
pub condition: Option<String>,
/* private fields */
}Fields§
§path: PathBuf§condition: Option<String>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FileRef
impl Send for FileRef
impl Sync for FileRef
impl Unpin for FileRef
impl UnwindSafe for FileRef
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