#[repr(C)]
pub struct RefDynFnMut0<'lt, Ret>where
    Ret: ReprC,
{ /* private fields */ }
Expand description

&'lt mut (dyn 'lt + Send + FnMut() -> Ret)

C Layout

Implementations

Trait Implementations

Formats the value using the given formatter. Read more
Converts to this type from the input type.
The CType having the same layout as Self.
Sanity checks that can be performed on an instance of the CType layout. Read more

&'_ mut (dyn Send + ...) : Send

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
Applies the Compat adapter by value. Read more
Applies the Compat adapter by shared reference. Read more
Applies the Compat adapter by mutable reference. Read more
Available on crate feature alloc only.

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.
Available on crate feature headers only.