Struct stable_mir::ty::ForeignModuleDef
source · pub struct ForeignModuleDef(pub DefId);
Tuple Fields§
§0: DefId
Implementations§
source§impl ForeignModuleDef
impl ForeignModuleDef
pub fn module(&self) -> ForeignModule
Trait Implementations§
source§impl Clone for ForeignModuleDef
impl Clone for ForeignModuleDef
source§fn clone(&self) -> ForeignModuleDef
fn clone(&self) -> ForeignModuleDef
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 CrateDef for ForeignModuleDef
impl CrateDef for ForeignModuleDef
source§impl Debug for ForeignModuleDef
impl Debug for ForeignModuleDef
source§impl Hash for ForeignModuleDef
impl Hash for ForeignModuleDef
source§impl PartialEq for ForeignModuleDef
impl PartialEq for ForeignModuleDef
source§fn eq(&self, other: &ForeignModuleDef) -> bool
fn eq(&self, other: &ForeignModuleDef) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ForeignModuleDef
impl Eq for ForeignModuleDef
impl StructuralPartialEq for ForeignModuleDef
Auto Trait Implementations§
impl Freeze for ForeignModuleDef
impl RefUnwindSafe for ForeignModuleDef
impl Send for ForeignModuleDef
impl Sync for ForeignModuleDef
impl Unpin for ForeignModuleDef
impl UnwindSafe for ForeignModuleDef
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 8 bytes