Struct __IncompleteArrayField

struct __IncompleteArrayField<T>(_, _)

Implementations

impl<T> __IncompleteArrayField<T>

const fn new() -> Self
fn as_ptr(self: &Self) -> *const T
fn as_mut_ptr(self: &mut Self) -> *mut T
unsafe fn as_slice(self: &Self, len: usize) -> &[T]
unsafe fn as_mut_slice(self: &mut Self, len: usize) -> &mut [T]

impl<T> Any for __IncompleteArrayField<T>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for __IncompleteArrayField<T>

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for __IncompleteArrayField<T>

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

impl<T> Debug for __IncompleteArrayField<T>

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

impl<T> Freeze for __IncompleteArrayField<T>

impl<T> From for __IncompleteArrayField<T>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> RefUnwindSafe for __IncompleteArrayField<T>

impl<T> Send for __IncompleteArrayField<T>

impl<T> Sync for __IncompleteArrayField<T>

impl<T> Unpin for __IncompleteArrayField<T>

impl<T> UnsafeUnpin for __IncompleteArrayField<T>

impl<T> UnwindSafe for __IncompleteArrayField<T>

impl<T, U> Into for __IncompleteArrayField<T>

fn into(self: Self) -> U

Calls U::from(self).

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

impl<T, U> TryFrom for __IncompleteArrayField<T>

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

impl<T, U> TryInto for __IncompleteArrayField<T>

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

impl<T: $crate::default::Default> Default for __IncompleteArrayField<T>

fn default() -> __IncompleteArrayField<T>