pub struct IntrinsicRegistration(pub &'static dyn Intrinsic);Expand description
One intrinsic’s registration, submitted via inventory::submit! (see
register_intrinsic!) and collected into the global registry.
Tuple Fields§
§0: &'static dyn IntrinsicTrait Implementations§
impl Collect for IntrinsicRegistration
Auto Trait Implementations§
impl !RefUnwindSafe for IntrinsicRegistration
impl !UnwindSafe for IntrinsicRegistration
impl Freeze for IntrinsicRegistration
impl Send for IntrinsicRegistration
impl Sync for IntrinsicRegistration
impl Unpin for IntrinsicRegistration
impl UnsafeUnpin for IntrinsicRegistration
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