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