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