#[repr(C)]pub struct __IncompleteArrayField<T>(_);Implementations
sourceimpl<T> __IncompleteArrayField<T>
impl<T> __IncompleteArrayField<T>
pub fn new() -> Self
pub unsafe fn as_ptr(&self) -> *const T
pub unsafe fn as_mut_ptr(&mut self) -> *mut T
pub unsafe fn as_slice(&self, len: usize) -> &[T]ⓘNotable traits for &'_ [u8]impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]
pub unsafe fn as_mut_slice(&mut self, len: usize) -> &mut [T]ⓘNotable traits for &'_ [u8]impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]
Trait Implementations
sourceimpl<T> Clone for __IncompleteArrayField<T>
impl<T> Clone for __IncompleteArrayField<T>
sourceimpl<T> Debug for __IncompleteArrayField<T>
impl<T> Debug for __IncompleteArrayField<T>
sourceimpl<T: Default> Default for __IncompleteArrayField<T>
impl<T: Default> Default for __IncompleteArrayField<T>
sourcefn default() -> __IncompleteArrayField<T>
fn default() -> __IncompleteArrayField<T>
Returns the “default value” for a type. Read more
impl<T> Copy for __IncompleteArrayField<T>
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more