#[repr(C)]pub struct MultiCallEntry {
pub op: c_ulong,
pub result: c_ulong,
pub args: [c_ulong; 6],
}Fields§
§op: c_ulong§result: c_ulong§args: [c_ulong; 6]Trait Implementations§
Source§impl Clone for MultiCallEntry
impl Clone for MultiCallEntry
Source§fn clone(&self) -> MultiCallEntry
fn clone(&self) -> MultiCallEntry
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 MultiCallEntry
impl Debug for MultiCallEntry
impl Copy for MultiCallEntry
Auto Trait Implementations§
impl Freeze for MultiCallEntry
impl RefUnwindSafe for MultiCallEntry
impl Send for MultiCallEntry
impl Sync for MultiCallEntry
impl Unpin for MultiCallEntry
impl UnwindSafe for MultiCallEntry
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