#[repr(C)]
pub union _jl_code_instance_t__jl_generic_specptr_t {
    pub fptr: ManuallyDrop<AtomicPtr<c_void>>,
    pub fptr1: ManuallyDrop<Atomic<jl_fptr_args_t>>,
    pub fptr3: ManuallyDrop<Atomic<jl_fptr_sparam_t>>,
}

Fields

fptr: ManuallyDrop<AtomicPtr<c_void>>fptr1: ManuallyDrop<Atomic<jl_fptr_args_t>>fptr3: ManuallyDrop<Atomic<jl_fptr_sparam_t>>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.