pub struct FfiExtNameScope { /* private fields */ }Expand description
Tracks declared names for FfiExt scope analysis.
Implementations§
Trait Implementations§
Source§impl Debug for FfiExtNameScope
impl Debug for FfiExtNameScope
Source§impl Default for FfiExtNameScope
impl Default for FfiExtNameScope
Source§fn default() -> FfiExtNameScope
fn default() -> FfiExtNameScope
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FfiExtNameScope
impl RefUnwindSafe for FfiExtNameScope
impl Send for FfiExtNameScope
impl Sync for FfiExtNameScope
impl Unpin for FfiExtNameScope
impl UnsafeUnpin for FfiExtNameScope
impl UnwindSafe for FfiExtNameScope
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