[−][src]Struct dync::Meta
Defines a meta struct containing information about a type but not the type itself.
Note that here V would typically represent a pointer type.
Fields
elem: ElemInfovtable: VTrait Implementations
impl<V: Clone> Clone for Meta<V>[src]
impl<V: Copy> Copy for Meta<V>[src]
impl<V: Debug> Debug for Meta<V>[src]
impl<V: Eq> Eq for Meta<V>[src]
impl<'a, V> From<&'a VecCopy<V>> for Meta<VTableRef<'a, V>>[src]
impl<'a, V: Clone + HasDrop> From<&'a VecDyn<V>> for Meta<VTableRef<'a, V>>[src]
impl<'a, V> From<CopyValueRef<'a, V>> for Meta<VTableRef<'a, V>>[src]
fn from(val: CopyValueRef<'a, V>) -> Meta<VTableRef<'a, V>>[src]
impl<'a, V> From<Slice<'a, V>> for Meta<VTableRef<'a, V>>[src]
impl<'a, V> From<SliceCopy<'a, V>> for Meta<VTableRef<'a, V>>[src]
impl<'a, V> From<SliceCopyMut<'a, V>> for Meta<VTableRef<'a, V>>[src]
fn from(slice: SliceCopyMut<'a, V>) -> Self[src]
impl<'a, V> From<SliceMut<'a, V>> for Meta<VTableRef<'a, V>>[src]
impl<'a, V: HasDrop> From<ValueMut<'a, V>> for Meta<VTableRef<'a, V>>[src]
impl<'a, V: HasDrop> From<ValueRef<'a, V>> for Meta<VTableRef<'a, V>>[src]
impl<V: Hash> Hash for Meta<V>[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl<V: PartialEq> PartialEq<Meta<V>> for Meta<V>[src]
impl<V> StructuralEq for Meta<V>[src]
impl<V> StructuralPartialEq for Meta<V>[src]
Auto Trait Implementations
impl<V> RefUnwindSafe for Meta<V> where
V: RefUnwindSafe,
V: RefUnwindSafe,
impl<V> Send for Meta<V> where
V: Send,
V: Send,
impl<V> Sync for Meta<V> where
V: Sync,
V: Sync,
impl<V> Unpin for Meta<V> where
V: Unpin,
V: Unpin,
impl<V> UnwindSafe for Meta<V> where
V: UnwindSafe,
V: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> CloneBytes for T where
T: 'static + Clone, [src]
T: 'static + Clone,
unsafe fn clone_bytes(&[MaybeUninit<u8>]) -> Box<[MaybeUninit<u8>]>[src]
unsafe fn clone_from_bytes(&mut [MaybeUninit<u8>], &[MaybeUninit<u8>])[src]
unsafe fn clone_into_raw_bytes(&[MaybeUninit<u8>], &mut [MaybeUninit<u8>])[src]
impl<T> DebugBytes for T where
T: 'static + Debug, [src]
T: 'static + Debug,
impl<T> Downcast for T where
T: Any, [src]
T: Any,
fn into_any(self: Box<T>) -> Box<dyn Any + 'static>[src]
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any + 'static>[src]
fn as_any(&self) -> &(dyn Any + 'static)[src]
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)[src]
impl<T> DowncastSync for T where
T: Send + Sync + Any, [src]
T: Send + Sync + Any,
impl<T> DropBytes for T where
T: 'static, [src]
T: 'static,
unsafe fn drop_bytes(&mut [MaybeUninit<u8>])[src]
impl<T> From<T> for T[src]
impl<T> HashBytes for T where
T: 'static + Hash, [src]
T: 'static + Hash,
unsafe fn hash_bytes(&[MaybeUninit<u8>], &mut dyn Hasher)[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> PartialEqBytes for T where
T: 'static + PartialEq<T>, [src]
T: 'static + PartialEq<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,