#[repr(C)]pub struct ModuleInfo {
pub name: StaticVec<u8, emf_core_base_rs_ffi::::module::ModuleName::{constant#0}>,
pub version: StaticVec<u8, emf_core_base_rs_ffi::::module::ModuleVersion::{constant#0}>,
}
Expand description
Information regarding a module.
Fields§
§name: StaticVec<u8, emf_core_base_rs_ffi::::module::ModuleName::{constant#0}>
§version: StaticVec<u8, emf_core_base_rs_ffi::::module::ModuleVersion::{constant#0}>
Trait Implementations§
Source§impl Clone for ModuleInfo
impl Clone for ModuleInfo
Source§fn clone(&self) -> ModuleInfo
fn clone(&self) -> ModuleInfo
Returns a duplicate of the value. Read more
1.0.0 · 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 ModuleInfo
impl Debug for ModuleInfo
Source§impl Ord for ModuleInfo
impl Ord for ModuleInfo
Source§fn cmp(&self, other: &ModuleInfo) -> Ordering
fn cmp(&self, other: &ModuleInfo) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ModuleInfo
impl PartialEq for ModuleInfo
Source§impl PartialOrd for ModuleInfo
impl PartialOrd for ModuleInfo
impl Copy for ModuleInfo
impl Eq for ModuleInfo
impl StructuralPartialEq for ModuleInfo
Auto Trait Implementations§
impl Freeze for ModuleInfo
impl RefUnwindSafe for ModuleInfo
impl Send for ModuleInfo
impl Sync for ModuleInfo
impl Unpin for ModuleInfo
impl UnwindSafe for ModuleInfo
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