pub type IdxType = UInt32Type;
Available on non-crate feature
bigidx
only.Aliased Type§
struct IdxType {}
Trait Implementations
Source§impl Clone for UInt32Type
impl Clone for UInt32Type
Source§fn clone(&self) -> UInt32Type
fn clone(&self) -> UInt32Type
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