pub struct ExportedType {
pub flags: TypeAttributes,
pub type_def: TypeDefIndex,
pub name: StringIndex,
pub namespace: StringIndex,
pub implementation: Implementation,
}Fields§
§flags: TypeAttributes§type_def: TypeDefIndex§name: StringIndex§namespace: StringIndex§implementation: ImplementationImplementations§
Trait Implementations§
Source§impl Clone for ExportedType
impl Clone for ExportedType
Source§fn clone(&self) -> ExportedType
fn clone(&self) -> ExportedType
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 moreimpl Copy for ExportedType
Auto Trait Implementations§
impl Freeze for ExportedType
impl RefUnwindSafe for ExportedType
impl Send for ExportedType
impl Sync for ExportedType
impl Unpin for ExportedType
impl UnsafeUnpin for ExportedType
impl UnwindSafe for ExportedType
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