#[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 duplicate 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 moreSource§impl Debug for mcl_handle_struct
impl Debug for mcl_handle_struct
impl Copy for mcl_handle_struct
Auto Trait Implementations§
impl Freeze for mcl_handle_struct
impl RefUnwindSafe for mcl_handle_struct
impl Send for mcl_handle_struct
impl Sync for mcl_handle_struct
impl Unpin for mcl_handle_struct
impl UnwindSafe for mcl_handle_struct
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more