[][src]Struct abi_stable::sabi_trait::doc_examples::ConstExample_TO

#[repr(transparent)]pub struct ConstExample_TO<'lt, _ErasedPtr> where
    _ErasedPtr: __GetPointerKind
{ pub obj: ConstExample_Backend<'lt, _ErasedPtr>, // some fields omitted }

The trait object for ConstExample.

There are extra methods on the obj field.

Fields

obj: ConstExample_Backend<'lt, _ErasedPtr>

Implementations

impl<'lt, _ErasedPtr> ConstExample_TO<'lt, _ErasedPtr> where
    _ErasedPtr: __GetPointerKind
[src]

pub fn from_ptr<_OrigPtr, Unerasability>(
    ptr: _OrigPtr,
    unerasability: Unerasability
) -> Self where
    _OrigPtr: CanTransmuteElement<(), TransmutedPtr = _ErasedPtr> + 'lt,
    _OrigPtr::Target: ConstExample_Bounds + Sized + 'lt,
    _ErasedPtr: Deref<Target = ()>,
    ConstExample_Interface: GetRObjectVTable<Unerasability, _OrigPtr::Target, _ErasedPtr, _OrigPtr>,
    ConstExample_Interface: InterfaceBound,
    InterfaceFor<_OrigPtr::Target, ConstExample_Interface, Unerasability>: GetVtable<'lt, _OrigPtr::Target, _OrigPtr::TransmutedPtr, _OrigPtr, ConstExample_Interface>, 
[src]

Constructs this trait object from a pointer to a type that implements ConstExample.

unerasability describes whether the trait object can be converted back into the original type or not.
Its possible values are TU_Unerasable and TU_Opaque.

pub fn from_sabi(obj: ConstExample_Backend<'lt, _ErasedPtr>) -> Self[src]

Constructs this trait object from its underlying implementation.

pub fn sabi_reborrow<'_sub>(&'_sub self) -> ConstExample_TO<'lt, &'_sub ()> where
    _ErasedPtr: Deref<Target = ()>, 
[src]

Reborrows this trait object to a reference-based trait object.

pub fn sabi_reborrow_mut<'_sub>(
    &'_sub mut self
) -> ConstExample_TO<'lt, &'_sub mut ()> where
    _ErasedPtr: DerefMut<Target = ()>, 
[src]

Reborrows this trait object to a mutable-reference-based trait object.

impl<'lt> ConstExample_TO<'lt, RBox<()>>[src]

pub fn from_value<_Self, Unerasability>(
    ptr: _Self,
    unerasability: Unerasability
) -> Self where
    _Self: ConstExample_Bounds + 'lt,
    ConstExample_Interface: GetRObjectVTable<Unerasability, _Self, RBox<()>, RBox<_Self>>,
    ConstExample_Interface: InterfaceBound,
    InterfaceFor<_Self, ConstExample_Interface, Unerasability>: GetVtable<'lt, _Self, RBox<()>, RBox<_Self>, ConstExample_Interface>, 
[src]

Constructs this trait from a type that implements ConstExample.

unerasability describes whether the trait object can be converted back into the original type or not.
Its possible values are TU_Unerasable and TU_Opaque.

impl<'lt, '_sub> ConstExample_TO<'lt, RRef<'_sub, ()>>[src]

pub const fn from_const<_Self, Unerasability>(
    ptr: &'_sub _Self,
    unerasability: Unerasability,
    vtable_for: VTableTO_DT<'lt, _Self, RRef<'_sub, ()>, RRef<'_sub, _Self>, ConstExample_Interface, Unerasability, VTable<(), RRef<'_sub, ()>>>
) -> Self where
    _Self: 'lt, 
[src]

Constructs this trait from a constant of a type that implements ConstExample.

You can construct the vtable_for parameter with ConstExample_MV::VTABLE.

unerasability describes whether the trait object can be converted back into the original type or not.
Its possible values are TU_Unerasable and TU_Opaque.

impl<'lt, _ErasedPtr> ConstExample_TO<'lt, _ErasedPtr> where
    _ErasedPtr: __GetPointerKind,
    Self: Clone + Debug + Sized
[src]

pub fn next_number(&self, param_0: usize) -> usize where
    _ErasedPtr: __GetPointerKind<Target = ()>, 
[src]

This is the inherent equivalent of the trait method of the same name

Trait Implementations

impl<'lt, _ErasedPtr> Clone for ConstExample_TO<'lt, _ErasedPtr> where
    ConstExample_Backend<'lt, _ErasedPtr>: Clone,
    _ErasedPtr: __GetPointerKind<Target = ()>, 
[src]

impl<'lt, _ErasedPtr> ConstExample for ConstExample_TO<'lt, _ErasedPtr> where
    Self: Clone + Debug + Sized,
    _ErasedPtr: __GetPointerKind<Target = ()>, 
[src]

impl<'lt, _ErasedPtr> Debug for ConstExample_TO<'lt, _ErasedPtr> where
    _ErasedPtr: __GetPointerKind<Target = ()>, 
[src]

impl<'lt, _ErasedPtr> GetStaticEquivalent_ for ConstExample_TO<'lt, _ErasedPtr> where
    _ErasedPtr: __GetPointerKind,
    _ErasedPtr: __StableAbi,
    ConstExample_Backend<'lt, _ErasedPtr>: StableAbi
[src]

type StaticEquivalent = _static_ConstExample_TO<'static, __GetStaticEquivalent<_ErasedPtr>>

impl<'lt, _ErasedPtr> StableAbi for ConstExample_TO<'lt, _ErasedPtr> where
    _ErasedPtr: __GetPointerKind,
    _ErasedPtr: __StableAbi,
    ConstExample_Backend<'lt, _ErasedPtr>: StableAbi
[src]

type IsNonZeroType = <ConstExample_Backend<'lt, _ErasedPtr> as __StableAbi>::IsNonZeroType

Whether this type has a single invalid bit-pattern. Read more

Auto Trait Implementations

impl<'lt, _ErasedPtr> !RefUnwindSafe for ConstExample_TO<'lt, _ErasedPtr>[src]

impl<'lt, _ErasedPtr> !Send for ConstExample_TO<'lt, _ErasedPtr>[src]

impl<'lt, _ErasedPtr> !Sync for ConstExample_TO<'lt, _ErasedPtr>[src]

impl<'lt, _ErasedPtr> Unpin for ConstExample_TO<'lt, _ErasedPtr> where
    _ErasedPtr: Unpin
[src]

impl<'lt, _ErasedPtr> UnwindSafe for ConstExample_TO<'lt, _ErasedPtr> where
    _ErasedPtr: UnwindSafe
[src]

Blanket Implementations

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

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

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

impl<'a, T> BorrowOwned<'a> for T where
    T: 'a + Clone
[src]

type ROwned = T

The owned type, stored in RCow::Owned

type RBorrowed = &'a T

The borrowed type, stored in RCow::Borrowed

impl<_Self> ConstExample_Bounds for _Self where
    _Self: ConstExample
[src]

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

impl<T> GetWithMetadata for T[src]

type ForSelf = WithMetadata_<T, T>

This is always WithMetadata_<Self, Self>

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<This> TransmuteElement for This where
    This: ?Sized
[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, 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.

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

type Type = T

The same type as Self. Read more