pub type LegacySocket = __BindgenOpaqueArray<u64, 22usize>;
Aliased Type§
struct LegacySocket(pub [u64; 22]);
Fields§
§0: [u64; 22]
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