Struct libmcl_sys::mcl_handle_struct
source · #[repr(C)]pub struct mcl_handle_struct {
pub cmd: u64,
pub rid: u32,
pub status: u64,
pub flags: u64,
pub ret: c_int,
}Fields§
§cmd: u64§rid: u32§status: u64§flags: u64§ret: c_intTrait Implementations§
source§impl Clone for mcl_handle_struct
impl Clone for mcl_handle_struct
source§fn clone(&self) -> mcl_handle_struct
fn clone(&self) -> mcl_handle_struct
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