Struct cmsis_pack::pdsc::Device [−][src]
pub struct Device {
pub name: String,
pub memories: Memories,
pub algorithms: Vec<Algorithm>,
pub processors: Vec<Processor>,
pub vendor: Option<String>,
pub family: String,
pub sub_family: Option<String>,
}Fields
name: Stringmemories: Memoriesalgorithms: Vec<Algorithm>processors: Vec<Processor>vendor: Option<String>family: Stringsub_family: Option<String>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Device
impl UnwindSafe for Device
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more