pub struct InterfaceDesc {
pub type_id: TypeId,
pub type_name: &'static str,
}Fields§
§type_id: TypeId§type_name: &'static strTrait Implementations§
Source§impl Clone for InterfaceDesc
impl Clone for InterfaceDesc
Source§fn clone(&self) -> InterfaceDesc
fn clone(&self) -> InterfaceDesc
Returns a copy 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 InterfaceDesc
impl Debug for InterfaceDesc
impl Copy for InterfaceDesc
Auto Trait Implementations§
impl Freeze for InterfaceDesc
impl RefUnwindSafe for InterfaceDesc
impl Send for InterfaceDesc
impl Sync for InterfaceDesc
impl Unpin for InterfaceDesc
impl UnwindSafe for InterfaceDesc
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