Struct xen_sys::multicall_entry
source · [−]#[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
sourceimpl Clone for multicall_entry
impl Clone for multicall_entry
sourcefn clone(&self) -> multicall_entry
fn clone(&self) -> multicall_entry
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for multicall_entry
impl Debug for multicall_entry
impl Copy for multicall_entry
Auto Trait Implementations
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
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more