pub enum SdkComponent {
Headers,
StaticLibs,
SharedLibs,
Tools,
Documentation,
Examples,
}Expand description
Identifies a category of files within an SDK package.
Variants§
Headers
C/C++ header files for the VeridianOS API.
StaticLibs
Static libraries (.a) for linking.
Shared/dynamic libraries (.so) for runtime linking.
Tools
Build tools and utilities (compilers, linkers, etc.).
Documentation
API documentation and guides.
Examples
Example programs and code snippets.
Implementations§
Source§impl SdkComponent
impl SdkComponent
Sourcepub fn description(&self) -> &'static str
pub fn description(&self) -> &'static str
Return a human-readable description of this component.
Trait Implementations§
Source§impl Clone for SdkComponent
impl Clone for SdkComponent
Source§fn clone(&self) -> SdkComponent
fn clone(&self) -> SdkComponent
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SdkComponent
impl Debug for SdkComponent
Source§impl PartialEq for SdkComponent
impl PartialEq for SdkComponent
impl Copy for SdkComponent
impl Eq for SdkComponent
impl StructuralPartialEq for SdkComponent
Auto Trait Implementations§
impl Freeze for SdkComponent
impl RefUnwindSafe for SdkComponent
impl Send for SdkComponent
impl Sync for SdkComponent
impl Unpin for SdkComponent
impl UnwindSafe for SdkComponent
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)