[][src]Struct abi_stable::abi_stability::extra_checks::ExtraChecks_trait::ExtraChecks_MV

pub struct ExtraChecks_MV<'lt, '_sub, IA, _Self, _ErasedPtr, _OrigPtr>(_, _, _, _, _, _);

A helper struct used to construct the vtable for ExtraChecks_CTO,with ExtraChecks_MV::VTABLE

Methods

impl<'lt, '_sub, IA, _Self, _ErasedPtr, _OrigPtr> ExtraChecks_MV<'lt, '_sub, IA, _Self, _ErasedPtr, _OrigPtr> where
    _Self: ExtraChecks_Bounds,
    _OrigPtr: CanTransmuteElement<(), Target = _Self, TransmutedPtr = _ErasedPtr>,
    _ErasedPtr: __GetPointerKind<Target = ()>,
    ExtraChecks_Interface: GetRObjectVTable<IA, _Self, _ErasedPtr, _OrigPtr>, 
[src]

pub const VTABLE: VTableTO_RO<_Self, _OrigPtr, IA, VTable<(), _ErasedPtr>>[src]

pub unsafe extern "C" fn type_layout(
    _self: &__ErasedObject<_Self>
) -> &'static TypeLayout
[src]

pub unsafe extern "C" fn check_compatibility(
    _self: &__ErasedObject<_Self>,
    param_0: &'static TypeLayout,
    param_1: &'static TypeLayout,
    param_2: TypeCheckerMut
) -> RResult<(), ExtraChecksError>
[src]

pub unsafe extern "C" fn nested_type_layouts<'_self>(
    _self: &'_self __ErasedObject<_Self>
) -> RCow<'_self, [&'static TypeLayout]>
[src]

pub unsafe extern "C" fn combine(
    _self: &__ErasedObject<_Self>,
    param_0: ExtraChecksRef,
    param_1: TypeCheckerMut
) -> RResult<ROption<ExtraChecksBox>, ExtraChecksError>
[src]

Auto Trait Implementations

impl<'lt, '_sub, IA, _Self, _ErasedPtr, _OrigPtr> Send for ExtraChecks_MV<'lt, '_sub, IA, _Self, _ErasedPtr, _OrigPtr> where
    IA: Send,
    _ErasedPtr: Send,
    _OrigPtr: Send,
    _Self: Send

impl<'lt, '_sub, IA, _Self, _ErasedPtr, _OrigPtr> Sync for ExtraChecks_MV<'lt, '_sub, IA, _Self, _ErasedPtr, _OrigPtr> where
    IA: Sync,
    _ErasedPtr: Sync,
    _OrigPtr: Sync,
    _Self: Sync

impl<'lt, '_sub, IA, _Self, _ErasedPtr, _OrigPtr> Unpin for ExtraChecks_MV<'lt, '_sub, IA, _Self, _ErasedPtr, _OrigPtr> where
    IA: Unpin,
    _ErasedPtr: Unpin,
    _OrigPtr: Unpin,
    _Self: Unpin

impl<'lt, '_sub, IA, _Self, _ErasedPtr, _OrigPtr> UnwindSafe for ExtraChecks_MV<'lt, '_sub, IA, _Self, _ErasedPtr, _OrigPtr> where
    IA: UnwindSafe,
    _ErasedPtr: UnwindSafe,
    _OrigPtr: UnwindSafe,
    _Self: UnwindSafe

impl<'lt, '_sub, IA, _Self, _ErasedPtr, _OrigPtr> RefUnwindSafe for ExtraChecks_MV<'lt, '_sub, IA, _Self, _ErasedPtr, _OrigPtr> where
    IA: RefUnwindSafe,
    _ErasedPtr: RefUnwindSafe,
    _OrigPtr: RefUnwindSafe,
    _Self: RefUnwindSafe

Blanket Implementations

impl<This> TransmuteElement for This where
    This: ?Sized
[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> TypeIdentity for T where
    T: ?Sized
[src]

type Type = T

The same type as Self. Read more

impl<T> SelfOps for T where
    T: ?Sized
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The error type returned when the conversion fails.