pub type PointerTypeImpl_Type = __BindgenOpaqueArray<u8, 0usize>;
Aliased Type§
struct PointerTypeImpl_Type(pub [u8; 0]);
Fields§
§0: [u8; 0]
Trait Implementations
Source§impl<T: Clone + Copy, const N: usize> Clone for __BindgenOpaqueArray<T, N>
impl<T: Clone + Copy, const N: usize> Clone for __BindgenOpaqueArray<T, N>
Source§fn clone(&self) -> __BindgenOpaqueArray<T, N>
fn clone(&self) -> __BindgenOpaqueArray<T, N>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more