#[repr(C)]pub struct __IncompleteArrayField<T>(PhantomData<T>, [T; 0]);
Tuple Fields§
§0: PhantomData<T>
§1: [T; 0]
Implementations§
Trait Implementations§
Source§impl<T> Debug for __IncompleteArrayField<T>
impl<T> Debug for __IncompleteArrayField<T>
Source§impl<T: Default> Default for __IncompleteArrayField<T>
impl<T: Default> Default for __IncompleteArrayField<T>
Source§fn default() -> __IncompleteArrayField<T>
fn default() -> __IncompleteArrayField<T>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<T> Freeze for __IncompleteArrayField<T>where
T: Freeze,
impl<T> RefUnwindSafe for __IncompleteArrayField<T>where
T: RefUnwindSafe,
impl<T> Send for __IncompleteArrayField<T>where
T: Send,
impl<T> Sync for __IncompleteArrayField<T>where
T: Sync,
impl<T> Unpin for __IncompleteArrayField<T>where
T: Unpin,
impl<T> UnwindSafe for __IncompleteArrayField<T>where
T: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.