pub enum CclassType {
Show 18 variants
Audio,
BoardSupport,
BoardPart,
Compiler,
Cmsis,
CmsisDriver,
Device,
DataExchange,
ExtensionBoard,
FileSystem,
Graphics,
IotClient,
IotUtility,
Network,
Rtos,
Security,
Usb,
Utility,
}Expand description
Predefined component class names per CclassType
Variants§
Audio
BoardSupport
BoardPart
Compiler
Cmsis
“CMSIS”
CmsisDriver
“CMSIS Driver”
Device
DataExchange
ExtensionBoard
FileSystem
Graphics
IotClient
“IoT Client”
IotUtility
“IoT Utility”
Network
Rtos
“RTOS”
Security
Usb
“USB”
Utility
Trait Implementations§
Source§impl Clone for CclassType
impl Clone for CclassType
Source§fn clone(&self) -> CclassType
fn clone(&self) -> CclassType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CclassType
impl Debug for CclassType
Source§impl<'de> Deserialize<'de> for CclassType
impl<'de> Deserialize<'de> for CclassType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for CclassType
Source§impl PartialEq for CclassType
impl PartialEq for CclassType
Source§impl Serialize for CclassType
impl Serialize for CclassType
impl StructuralPartialEq for CclassType
Source§impl TryFrom<&str> for CclassType
impl TryFrom<&str> for CclassType
Auto Trait Implementations§
impl Freeze for CclassType
impl RefUnwindSafe for CclassType
impl Send for CclassType
impl Sync for CclassType
impl Unpin for CclassType
impl UnsafeUnpin for CclassType
impl UnwindSafe for CclassType
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