#[repr(C)]pub struct CountersignatureArray {
pub counters: *mut *mut Countersignature,
pub count: usize,
}
Fields§
§counters: *mut *mut Countersignature
§count: usize
Trait Implementations§
source§impl Clone for CountersignatureArray
impl Clone for CountersignatureArray
source§fn clone(&self) -> CountersignatureArray
fn clone(&self) -> CountersignatureArray
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