Struct cmsis_pack::pack_index::PdscRef
source · pub struct PdscRef {
pub url: String,
pub vendor: String,
pub name: String,
pub version: String,
pub date: Option<String>,
pub deprecated: Option<String>,
pub replacement: Option<String>,
pub size: Option<String>,
}Fields§
§url: String§vendor: String§name: String§version: String§date: Option<String>§deprecated: Option<String>§replacement: Option<String>§size: Option<String>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PdscRef
impl Send for PdscRef
impl Sync for PdscRef
impl Unpin for PdscRef
impl UnwindSafe for PdscRef
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