#[repr(C)]pub struct xen_mc_fetch {
pub flags: u32,
pub _pad0: u32,
pub fetch_id: u64,
pub data: __guest_handle_mc_info_t,
}Fields§
§flags: u32§_pad0: u32§fetch_id: u64§data: __guest_handle_mc_info_tTrait Implementations§
Source§impl Clone for xen_mc_fetch
impl Clone for xen_mc_fetch
Source§fn clone(&self) -> xen_mc_fetch
fn clone(&self) -> xen_mc_fetch
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 xen_mc_fetch
impl Debug for xen_mc_fetch
Source§impl Default for xen_mc_fetch
impl Default for xen_mc_fetch
impl Copy for xen_mc_fetch
Auto Trait Implementations§
impl Freeze for xen_mc_fetch
impl RefUnwindSafe for xen_mc_fetch
impl !Send for xen_mc_fetch
impl !Sync for xen_mc_fetch
impl Unpin for xen_mc_fetch
impl UnwindSafe for xen_mc_fetch
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