#[repr(C)]pub struct InterfaceDescriptor {
pub name: StaticVec<u8, emf_core_base_rs_ffi::::module::InterfaceName::{constant#0}>,
pub version: Version,
pub extensions: Span<StaticVec<u8, emf_core_base_rs_ffi::::module::InterfaceExtension::{constant#0}>, false>,
}Expand description
Information regarding an interface.
Fields§
§name: StaticVec<u8, emf_core_base_rs_ffi::::module::InterfaceName::{constant#0}>§version: Version§extensions: Span<StaticVec<u8, emf_core_base_rs_ffi::::module::InterfaceExtension::{constant#0}>, false>Trait Implementations§
Source§impl Clone for InterfaceDescriptor
impl Clone for InterfaceDescriptor
Source§fn clone(&self) -> InterfaceDescriptor
fn clone(&self) -> InterfaceDescriptor
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 InterfaceDescriptor
impl Debug for InterfaceDescriptor
Source§impl Ord for InterfaceDescriptor
impl Ord for InterfaceDescriptor
Source§fn cmp(&self, other: &InterfaceDescriptor) -> Ordering
fn cmp(&self, other: &InterfaceDescriptor) -> 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 InterfaceDescriptor
impl PartialEq for InterfaceDescriptor
Source§impl PartialOrd for InterfaceDescriptor
impl PartialOrd for InterfaceDescriptor
impl Copy for InterfaceDescriptor
impl Eq for InterfaceDescriptor
impl StructuralPartialEq for InterfaceDescriptor
Auto Trait Implementations§
impl Freeze for InterfaceDescriptor
impl RefUnwindSafe for InterfaceDescriptor
impl !Send for InterfaceDescriptor
impl !Sync for InterfaceDescriptor
impl Unpin for InterfaceDescriptor
impl UnwindSafe for InterfaceDescriptor
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