pub type mcl_handle = mcl_handle_struct;Aliased Type§
#[repr(C)]pub struct mcl_handle {
pub cmd: u64,
pub rid: u32,
pub status: u64,
pub flags: u64,
pub ret: i32,
}Fields§
§cmd: u64§rid: u32§status: u64§flags: u64§ret: i32