Struct StdCall

Source
pub struct StdCall;
Available on x86 only.
Expand description

The “stdcall” calling convention

Trait Implementations§

Source§

impl<'a, __OUT__> AsExtern<StdCall> for dyn FnMut() -> __OUT__ + 'a

Source§

type Args = ()

Source§

type Extern = unsafe extern "stdcall" fn(*mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (): (), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, __OUT__> AsExtern<StdCall> for dyn Send + FnMut() -> __OUT__ + 'a

Source§

type Args = ()

Source§

type Extern = unsafe extern "stdcall" fn(*mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (): (), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, __OUT__> AsExtern<StdCall> for dyn Send + Sync + FnMut() -> __OUT__ + 'a

Source§

type Args = ()

Source§

type Extern = unsafe extern "stdcall" fn(*mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (): (), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, __OUT__> AsExtern<StdCall> for dyn Sync + FnMut() -> __OUT__ + 'a

Source§

type Args = ()

Source§

type Extern = unsafe extern "stdcall" fn(*mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (): (), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, __OUT__> AsExtern<StdCall> for dyn FnMut(A) -> __OUT__ + 'a

Source§

type Args = (A,)

Source§

type Extern = unsafe extern "stdcall" fn(A, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A): (A,), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, __OUT__> AsExtern<StdCall> for dyn Send + FnMut(A) -> __OUT__ + 'a

Source§

type Args = (A,)

Source§

type Extern = unsafe extern "stdcall" fn(A, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A): (A,), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, __OUT__> AsExtern<StdCall> for dyn Send + Sync + FnMut(A) -> __OUT__ + 'a

Source§

type Args = (A,)

Source§

type Extern = unsafe extern "stdcall" fn(A, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A): (A,), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, __OUT__> AsExtern<StdCall> for dyn Sync + FnMut(A) -> __OUT__ + 'a

Source§

type Args = (A,)

Source§

type Extern = unsafe extern "stdcall" fn(A, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A): (A,), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, __OUT__> AsExtern<StdCall> for dyn FnMut(A, B) -> __OUT__ + 'a

Source§

type Args = (A, B)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B): (A, B), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, __OUT__> AsExtern<StdCall> for dyn Send + FnMut(A, B) -> __OUT__ + 'a

Source§

type Args = (A, B)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B): (A, B), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, __OUT__> AsExtern<StdCall> for dyn Send + Sync + FnMut(A, B) -> __OUT__ + 'a

Source§

type Args = (A, B)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B): (A, B), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, __OUT__> AsExtern<StdCall> for dyn Sync + FnMut(A, B) -> __OUT__ + 'a

Source§

type Args = (A, B)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B): (A, B), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, __OUT__> AsExtern<StdCall> for dyn FnMut(A, B, C_) -> __OUT__ + 'a

Source§

type Args = (A, B, C_)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_): (A, B, C_), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, __OUT__> AsExtern<StdCall> for dyn Send + FnMut(A, B, C_) -> __OUT__ + 'a

Source§

type Args = (A, B, C_)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_): (A, B, C_), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, __OUT__> AsExtern<StdCall> for dyn Send + Sync + FnMut(A, B, C_) -> __OUT__ + 'a

Source§

type Args = (A, B, C_)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_): (A, B, C_), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, __OUT__> AsExtern<StdCall> for dyn Sync + FnMut(A, B, C_) -> __OUT__ + 'a

Source§

type Args = (A, B, C_)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_): (A, B, C_), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, __OUT__> AsExtern<StdCall> for dyn FnMut(A, B, C_, D) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D): (A, B, C_, D), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, __OUT__> AsExtern<StdCall> for dyn Send + FnMut(A, B, C_, D) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D): (A, B, C_, D), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, __OUT__> AsExtern<StdCall> for dyn Send + Sync + FnMut(A, B, C_, D) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D): (A, B, C_, D), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, __OUT__> AsExtern<StdCall> for dyn Sync + FnMut(A, B, C_, D) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D): (A, B, C_, D), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, __OUT__> AsExtern<StdCall> for dyn FnMut(A, B, C_, D, E) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E): (A, B, C_, D, E), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, __OUT__> AsExtern<StdCall> for dyn Send + FnMut(A, B, C_, D, E) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E): (A, B, C_, D, E), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, __OUT__> AsExtern<StdCall> for dyn Send + Sync + FnMut(A, B, C_, D, E) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E): (A, B, C_, D, E), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, __OUT__> AsExtern<StdCall> for dyn Sync + FnMut(A, B, C_, D, E) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E): (A, B, C_, D, E), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, __OUT__> AsExtern<StdCall> for dyn FnMut(A, B, C_, D, E, F) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F): (A, B, C_, D, E, F), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, __OUT__> AsExtern<StdCall> for dyn Send + FnMut(A, B, C_, D, E, F) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F): (A, B, C_, D, E, F), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, __OUT__> AsExtern<StdCall> for dyn Send + Sync + FnMut(A, B, C_, D, E, F) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F): (A, B, C_, D, E, F), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, __OUT__> AsExtern<StdCall> for dyn Sync + FnMut(A, B, C_, D, E, F) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F): (A, B, C_, D, E, F), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, __OUT__> AsExtern<StdCall> for dyn FnMut(A, B, C_, D, E, F, G) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G): (A, B, C_, D, E, F, G), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, __OUT__> AsExtern<StdCall> for dyn Send + FnMut(A, B, C_, D, E, F, G) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G): (A, B, C_, D, E, F, G), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, __OUT__> AsExtern<StdCall> for dyn Send + Sync + FnMut(A, B, C_, D, E, F, G) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G): (A, B, C_, D, E, F, G), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, __OUT__> AsExtern<StdCall> for dyn Sync + FnMut(A, B, C_, D, E, F, G) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G): (A, B, C_, D, E, F, G), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, H, __OUT__> AsExtern<StdCall> for dyn FnMut(A, B, C_, D, E, F, G, H) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G, H)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, H, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G, H): (A, B, C_, D, E, F, G, H), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, H, __OUT__> AsExtern<StdCall> for dyn Send + FnMut(A, B, C_, D, E, F, G, H) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G, H)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, H, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G, H): (A, B, C_, D, E, F, G, H), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, H, __OUT__> AsExtern<StdCall> for dyn Send + Sync + FnMut(A, B, C_, D, E, F, G, H) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G, H)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, H, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G, H): (A, B, C_, D, E, F, G, H), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, H, __OUT__> AsExtern<StdCall> for dyn Sync + FnMut(A, B, C_, D, E, F, G, H) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G, H)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, H, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G, H): (A, B, C_, D, E, F, G, H), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, __OUT__> AsExtern<StdCall> for dyn FnMut(A, B, C_, D, E, F, G, H, I) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G, H, I)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, H, I, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G, H, I): (A, B, C_, D, E, F, G, H, I), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, __OUT__> AsExtern<StdCall> for dyn Send + FnMut(A, B, C_, D, E, F, G, H, I) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G, H, I)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, H, I, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G, H, I): (A, B, C_, D, E, F, G, H, I), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, __OUT__> AsExtern<StdCall> for dyn Send + Sync + FnMut(A, B, C_, D, E, F, G, H, I) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G, H, I)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, H, I, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G, H, I): (A, B, C_, D, E, F, G, H, I), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, __OUT__> AsExtern<StdCall> for dyn Sync + FnMut(A, B, C_, D, E, F, G, H, I) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G, H, I)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, H, I, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G, H, I): (A, B, C_, D, E, F, G, H, I), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, __OUT__> AsExtern<StdCall> for dyn FnMut(A, B, C_, D, E, F, G, H, I, J) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G, H, I, J)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, H, I, J, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G, H, I, J): (A, B, C_, D, E, F, G, H, I, J), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, __OUT__> AsExtern<StdCall> for dyn Send + FnMut(A, B, C_, D, E, F, G, H, I, J) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G, H, I, J)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, H, I, J, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G, H, I, J): (A, B, C_, D, E, F, G, H, I, J), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, __OUT__> AsExtern<StdCall> for dyn Send + Sync + FnMut(A, B, C_, D, E, F, G, H, I, J) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G, H, I, J)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, H, I, J, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G, H, I, J): (A, B, C_, D, E, F, G, H, I, J), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, __OUT__> AsExtern<StdCall> for dyn Sync + FnMut(A, B, C_, D, E, F, G, H, I, J) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G, H, I, J)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, H, I, J, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G, H, I, J): (A, B, C_, D, E, F, G, H, I, J), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, __OUT__> AsExtern<StdCall> for dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G, H, I, J, K)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, H, I, J, K, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G, H, I, J, K): (A, B, C_, D, E, F, G, H, I, J, K), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, __OUT__> AsExtern<StdCall> for dyn Send + FnMut(A, B, C_, D, E, F, G, H, I, J, K) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G, H, I, J, K)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, H, I, J, K, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G, H, I, J, K): (A, B, C_, D, E, F, G, H, I, J, K), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, __OUT__> AsExtern<StdCall> for dyn Send + Sync + FnMut(A, B, C_, D, E, F, G, H, I, J, K) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G, H, I, J, K)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, H, I, J, K, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G, H, I, J, K): (A, B, C_, D, E, F, G, H, I, J, K), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, __OUT__> AsExtern<StdCall> for dyn Sync + FnMut(A, B, C_, D, E, F, G, H, I, J, K) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G, H, I, J, K)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, H, I, J, K, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G, H, I, J, K): (A, B, C_, D, E, F, G, H, I, J, K), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, L, __OUT__> AsExtern<StdCall> for dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K, L) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G, H, I, J, K, L)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, H, I, J, K, L, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G, H, I, J, K, L): (A, B, C_, D, E, F, G, H, I, J, K, L), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, L, __OUT__> AsExtern<StdCall> for dyn Send + FnMut(A, B, C_, D, E, F, G, H, I, J, K, L) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G, H, I, J, K, L)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, H, I, J, K, L, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G, H, I, J, K, L): (A, B, C_, D, E, F, G, H, I, J, K, L), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, L, __OUT__> AsExtern<StdCall> for dyn Send + Sync + FnMut(A, B, C_, D, E, F, G, H, I, J, K, L) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G, H, I, J, K, L)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, H, I, J, K, L, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G, H, I, J, K, L): (A, B, C_, D, E, F, G, H, I, J, K, L), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, L, __OUT__> AsExtern<StdCall> for dyn Sync + FnMut(A, B, C_, D, E, F, G, H, I, J, K, L) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G, H, I, J, K, L)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, H, I, J, K, L, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G, H, I, J, K, L): (A, B, C_, D, E, F, G, H, I, J, K, L), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, L, M, __OUT__> AsExtern<StdCall> for dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G, H, I, J, K, L, M)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, H, I, J, K, L, M, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G, H, I, J, K, L, M): (A, B, C_, D, E, F, G, H, I, J, K, L, M), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, L, M, __OUT__> AsExtern<StdCall> for dyn Send + FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G, H, I, J, K, L, M)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, H, I, J, K, L, M, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G, H, I, J, K, L, M): (A, B, C_, D, E, F, G, H, I, J, K, L, M), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, L, M, __OUT__> AsExtern<StdCall> for dyn Send + Sync + FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G, H, I, J, K, L, M)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, H, I, J, K, L, M, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G, H, I, J, K, L, M): (A, B, C_, D, E, F, G, H, I, J, K, L, M), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, L, M, __OUT__> AsExtern<StdCall> for dyn Sync + FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G, H, I, J, K, L, M)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, H, I, J, K, L, M, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G, H, I, J, K, L, M): (A, B, C_, D, E, F, G, H, I, J, K, L, M), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, L, M, N, __OUT__> AsExtern<StdCall> for dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M, N) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G, H, I, J, K, L, M, N)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, H, I, J, K, L, M, N, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G, H, I, J, K, L, M, N): (A, B, C_, D, E, F, G, H, I, J, K, L, M, N), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, L, M, N, __OUT__> AsExtern<StdCall> for dyn Send + FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M, N) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G, H, I, J, K, L, M, N)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, H, I, J, K, L, M, N, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G, H, I, J, K, L, M, N): (A, B, C_, D, E, F, G, H, I, J, K, L, M, N), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, L, M, N, __OUT__> AsExtern<StdCall> for dyn Send + Sync + FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M, N) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G, H, I, J, K, L, M, N)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, H, I, J, K, L, M, N, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G, H, I, J, K, L, M, N): (A, B, C_, D, E, F, G, H, I, J, K, L, M, N), user_data: *mut c_void, ) -> Self::Output

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, L, M, N, __OUT__> AsExtern<StdCall> for dyn Sync + FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M, N) -> __OUT__ + 'a

Source§

type Args = (A, B, C_, D, E, F, G, H, I, J, K, L, M, N)

Source§

type Extern = unsafe extern "stdcall" fn(A, B, C_, D, E, F, G, H, I, J, K, L, M, N, *mut c_void) -> __OUT__

Source§

type Output = __OUT__

Source§

unsafe fn call_mut( f: Self::Extern, (A, B, C_, D, E, F, G, H, I, J, K, L, M, N): (A, B, C_, D, E, F, G, H, I, J, K, L, M, N), user_data: *mut c_void, ) -> Self::Output

Source§

impl CallingConvention for StdCall

Source§

type Destructor = unsafe extern "stdcall" fn(*mut c_void)

Source§

unsafe fn destroy(f: Self::Destructor, user_data: *mut c_void)

Source§

impl Clone for StdCall

Source§

fn clone(&self) -> StdCall

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for StdCall

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for StdCall

Source§

fn default() -> StdCall

Returns the “default value” for a type. Read more
Source§

impl Hash for StdCall

Source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Source§

impl Ord for StdCall

Source§

fn cmp(&self, other: &StdCall) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · Source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · Source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · Source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Source§

impl PartialEq for StdCall

Source§

fn eq(&self, other: &StdCall) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialOrd for StdCall

Source§

fn partial_cmp(&self, other: &StdCall) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · Source§

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl Copy for StdCall

Source§

impl Eq for StdCall

Source§

impl StructuralPartialEq for StdCall

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

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

Source§

impl<'a, __F__, __OUT__> IntoExtern<dyn FnMut() -> __OUT__ + Send + Sync + 'a, StdCall> for __F__
where __F__: 'a + Send + Sync + FnMut() -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut() -> __OUT__ + Send + Sync + 'a, StdCall>

Source§

impl<'a, __F__, __OUT__> IntoExtern<dyn FnMut() -> __OUT__ + Send + 'a, StdCall> for __F__
where __F__: 'a + Send + FnMut() -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut() -> __OUT__ + Send + 'a, StdCall>

Source§

impl<'a, __F__, __OUT__> IntoExtern<dyn FnMut() -> __OUT__ + Sync + 'a, StdCall> for __F__
where __F__: 'a + Sync + FnMut() -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut() -> __OUT__ + Sync + 'a, StdCall>

Source§

impl<'a, __F__, __OUT__> IntoExtern<dyn FnMut() -> __OUT__ + 'a, StdCall> for __F__
where __F__: 'a + FnMut() -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut() -> __OUT__ + 'a, StdCall>

Source§

impl<'a, A, __F__, __OUT__> IntoExtern<dyn FnMut(A) -> __OUT__ + Send + Sync + 'a, StdCall> for __F__
where __F__: 'a + Send + Sync + FnMut(A) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A) -> __OUT__ + Send + Sync + 'a, StdCall>

Source§

impl<'a, A, __F__, __OUT__> IntoExtern<dyn FnMut(A) -> __OUT__ + Send + 'a, StdCall> for __F__
where __F__: 'a + Send + FnMut(A) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A) -> __OUT__ + Send + 'a, StdCall>

Source§

impl<'a, A, __F__, __OUT__> IntoExtern<dyn FnMut(A) -> __OUT__ + Sync + 'a, StdCall> for __F__
where __F__: 'a + Sync + FnMut(A) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A) -> __OUT__ + Sync + 'a, StdCall>

Source§

impl<'a, A, __F__, __OUT__> IntoExtern<dyn FnMut(A) -> __OUT__ + 'a, StdCall> for __F__
where __F__: 'a + FnMut(A) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A) -> __OUT__ + 'a, StdCall>

Source§

impl<'a, A, B, __F__, __OUT__> IntoExtern<dyn FnMut(A, B) -> __OUT__ + Send + Sync + 'a, StdCall> for __F__
where __F__: 'a + Send + Sync + FnMut(A, B) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B) -> __OUT__ + Send + Sync + 'a, StdCall>

Source§

impl<'a, A, B, __F__, __OUT__> IntoExtern<dyn FnMut(A, B) -> __OUT__ + Send + 'a, StdCall> for __F__
where __F__: 'a + Send + FnMut(A, B) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B) -> __OUT__ + Send + 'a, StdCall>

Source§

impl<'a, A, B, __F__, __OUT__> IntoExtern<dyn FnMut(A, B) -> __OUT__ + Sync + 'a, StdCall> for __F__
where __F__: 'a + Sync + FnMut(A, B) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B) -> __OUT__ + Sync + 'a, StdCall>

Source§

impl<'a, A, B, __F__, __OUT__> IntoExtern<dyn FnMut(A, B) -> __OUT__ + 'a, StdCall> for __F__
where __F__: 'a + FnMut(A, B) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B) -> __OUT__ + 'a, StdCall>

Source§

impl<'a, A, B, C_, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_) -> __OUT__ + Send + Sync + 'a, StdCall> for __F__
where __F__: 'a + Send + Sync + FnMut(A, B, C_) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_) -> __OUT__ + Send + Sync + 'a, StdCall>

Source§

impl<'a, A, B, C_, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_) -> __OUT__ + Send + 'a, StdCall> for __F__
where __F__: 'a + Send + FnMut(A, B, C_) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_) -> __OUT__ + Send + 'a, StdCall>

Source§

impl<'a, A, B, C_, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_) -> __OUT__ + Sync + 'a, StdCall> for __F__
where __F__: 'a + Sync + FnMut(A, B, C_) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_) -> __OUT__ + Sync + 'a, StdCall>

Source§

impl<'a, A, B, C_, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_) -> __OUT__ + 'a, StdCall> for __F__
where __F__: 'a + FnMut(A, B, C_) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_) -> __OUT__ + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D) -> __OUT__ + Send + Sync + 'a, StdCall> for __F__
where __F__: 'a + Send + Sync + FnMut(A, B, C_, D) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D) -> __OUT__ + Send + Sync + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D) -> __OUT__ + Send + 'a, StdCall> for __F__
where __F__: 'a + Send + FnMut(A, B, C_, D) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D) -> __OUT__ + Send + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D) -> __OUT__ + Sync + 'a, StdCall> for __F__
where __F__: 'a + Sync + FnMut(A, B, C_, D) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D) -> __OUT__ + Sync + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D) -> __OUT__ + 'a, StdCall> for __F__
where __F__: 'a + FnMut(A, B, C_, D) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D) -> __OUT__ + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E) -> __OUT__ + Send + Sync + 'a, StdCall> for __F__
where __F__: 'a + Send + Sync + FnMut(A, B, C_, D, E) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E) -> __OUT__ + Send + Sync + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E) -> __OUT__ + Send + 'a, StdCall> for __F__
where __F__: 'a + Send + FnMut(A, B, C_, D, E) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E) -> __OUT__ + Send + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E) -> __OUT__ + Sync + 'a, StdCall> for __F__
where __F__: 'a + Sync + FnMut(A, B, C_, D, E) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E) -> __OUT__ + Sync + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E) -> __OUT__ + 'a, StdCall> for __F__
where __F__: 'a + FnMut(A, B, C_, D, E) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E) -> __OUT__ + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F) -> __OUT__ + Send + Sync + 'a, StdCall> for __F__
where __F__: 'a + Send + Sync + FnMut(A, B, C_, D, E, F) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F) -> __OUT__ + Send + Sync + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F) -> __OUT__ + Send + 'a, StdCall> for __F__
where __F__: 'a + Send + FnMut(A, B, C_, D, E, F) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F) -> __OUT__ + Send + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F) -> __OUT__ + Sync + 'a, StdCall> for __F__
where __F__: 'a + Sync + FnMut(A, B, C_, D, E, F) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F) -> __OUT__ + Sync + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F) -> __OUT__ + 'a, StdCall> for __F__
where __F__: 'a + FnMut(A, B, C_, D, E, F) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F) -> __OUT__ + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G) -> __OUT__ + Send + Sync + 'a, StdCall> for __F__
where __F__: 'a + Send + Sync + FnMut(A, B, C_, D, E, F, G) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G) -> __OUT__ + Send + Sync + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G) -> __OUT__ + Send + 'a, StdCall> for __F__
where __F__: 'a + Send + FnMut(A, B, C_, D, E, F, G) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G) -> __OUT__ + Send + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G) -> __OUT__ + Sync + 'a, StdCall> for __F__
where __F__: 'a + Sync + FnMut(A, B, C_, D, E, F, G) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G) -> __OUT__ + Sync + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G) -> __OUT__ + 'a, StdCall> for __F__
where __F__: 'a + FnMut(A, B, C_, D, E, F, G) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G) -> __OUT__ + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, H, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G, H) -> __OUT__ + Send + Sync + 'a, StdCall> for __F__
where __F__: 'a + Send + Sync + FnMut(A, B, C_, D, E, F, G, H) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G, H) -> __OUT__ + Send + Sync + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, H, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G, H) -> __OUT__ + Send + 'a, StdCall> for __F__
where __F__: 'a + Send + FnMut(A, B, C_, D, E, F, G, H) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G, H) -> __OUT__ + Send + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, H, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G, H) -> __OUT__ + Sync + 'a, StdCall> for __F__
where __F__: 'a + Sync + FnMut(A, B, C_, D, E, F, G, H) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G, H) -> __OUT__ + Sync + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, H, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G, H) -> __OUT__ + 'a, StdCall> for __F__
where __F__: 'a + FnMut(A, B, C_, D, E, F, G, H) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G, H) -> __OUT__ + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G, H, I) -> __OUT__ + Send + Sync + 'a, StdCall> for __F__
where __F__: 'a + Send + Sync + FnMut(A, B, C_, D, E, F, G, H, I) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G, H, I) -> __OUT__ + Send + Sync + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G, H, I) -> __OUT__ + Send + 'a, StdCall> for __F__
where __F__: 'a + Send + FnMut(A, B, C_, D, E, F, G, H, I) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G, H, I) -> __OUT__ + Send + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G, H, I) -> __OUT__ + Sync + 'a, StdCall> for __F__
where __F__: 'a + Sync + FnMut(A, B, C_, D, E, F, G, H, I) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G, H, I) -> __OUT__ + Sync + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G, H, I) -> __OUT__ + 'a, StdCall> for __F__
where __F__: 'a + FnMut(A, B, C_, D, E, F, G, H, I) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G, H, I) -> __OUT__ + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G, H, I, J) -> __OUT__ + Send + Sync + 'a, StdCall> for __F__
where __F__: 'a + Send + Sync + FnMut(A, B, C_, D, E, F, G, H, I, J) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G, H, I, J) -> __OUT__ + Send + Sync + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G, H, I, J) -> __OUT__ + Send + 'a, StdCall> for __F__
where __F__: 'a + Send + FnMut(A, B, C_, D, E, F, G, H, I, J) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G, H, I, J) -> __OUT__ + Send + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G, H, I, J) -> __OUT__ + Sync + 'a, StdCall> for __F__
where __F__: 'a + Sync + FnMut(A, B, C_, D, E, F, G, H, I, J) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G, H, I, J) -> __OUT__ + Sync + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G, H, I, J) -> __OUT__ + 'a, StdCall> for __F__
where __F__: 'a + FnMut(A, B, C_, D, E, F, G, H, I, J) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G, H, I, J) -> __OUT__ + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K) -> __OUT__ + Send + Sync + 'a, StdCall> for __F__
where __F__: 'a + Send + Sync + FnMut(A, B, C_, D, E, F, G, H, I, J, K) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K) -> __OUT__ + Send + Sync + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K) -> __OUT__ + Send + 'a, StdCall> for __F__
where __F__: 'a + Send + FnMut(A, B, C_, D, E, F, G, H, I, J, K) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K) -> __OUT__ + Send + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K) -> __OUT__ + Sync + 'a, StdCall> for __F__
where __F__: 'a + Sync + FnMut(A, B, C_, D, E, F, G, H, I, J, K) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K) -> __OUT__ + Sync + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K) -> __OUT__ + 'a, StdCall> for __F__
where __F__: 'a + FnMut(A, B, C_, D, E, F, G, H, I, J, K) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K) -> __OUT__ + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, L, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K, L) -> __OUT__ + Send + Sync + 'a, StdCall> for __F__
where __F__: 'a + Send + Sync + FnMut(A, B, C_, D, E, F, G, H, I, J, K, L) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K, L) -> __OUT__ + Send + Sync + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, L, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K, L) -> __OUT__ + Send + 'a, StdCall> for __F__
where __F__: 'a + Send + FnMut(A, B, C_, D, E, F, G, H, I, J, K, L) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K, L) -> __OUT__ + Send + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, L, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K, L) -> __OUT__ + Sync + 'a, StdCall> for __F__
where __F__: 'a + Sync + FnMut(A, B, C_, D, E, F, G, H, I, J, K, L) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K, L) -> __OUT__ + Sync + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, L, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K, L) -> __OUT__ + 'a, StdCall> for __F__
where __F__: 'a + FnMut(A, B, C_, D, E, F, G, H, I, J, K, L) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K, L) -> __OUT__ + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, L, M, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M) -> __OUT__ + Send + Sync + 'a, StdCall> for __F__
where __F__: 'a + Send + Sync + FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M) -> __OUT__ + Send + Sync + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, L, M, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M) -> __OUT__ + Send + 'a, StdCall> for __F__
where __F__: 'a + Send + FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M) -> __OUT__ + Send + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, L, M, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M) -> __OUT__ + Sync + 'a, StdCall> for __F__
where __F__: 'a + Sync + FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M) -> __OUT__ + Sync + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, L, M, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M) -> __OUT__ + 'a, StdCall> for __F__
where __F__: 'a + FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M) -> __OUT__ + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, L, M, N, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M, N) -> __OUT__ + Send + Sync + 'a, StdCall> for __F__
where __F__: 'a + Send + Sync + FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M, N) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M, N) -> __OUT__ + Send + Sync + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, L, M, N, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M, N) -> __OUT__ + Send + 'a, StdCall> for __F__
where __F__: 'a + Send + FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M, N) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M, N) -> __OUT__ + Send + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, L, M, N, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M, N) -> __OUT__ + Sync + 'a, StdCall> for __F__
where __F__: 'a + Sync + FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M, N) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M, N) -> __OUT__ + Sync + 'a, StdCall>

Source§

impl<'a, A, B, C_, D, E, F, G, H, I, J, K, L, M, N, __F__, __OUT__> IntoExtern<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M, N) -> __OUT__ + 'a, StdCall> for __F__
where __F__: 'a + FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M, N) -> __OUT__,

Source§

fn into_extern( self: Box<__F__>, ) -> Closure<dyn FnMut(A, B, C_, D, E, F, G, H, I, J, K, L, M, N) -> __OUT__ + 'a, StdCall>

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.