#[repr(C)]pub struct xc_hypercall_buffer {
pub hbuf: *mut c_void,
pub param_shadow: *mut xc_hypercall_buffer,
pub dir: c_int,
pub ubuf: *mut c_void,
pub sz: usize,
}Fields§
§hbuf: *mut c_void§param_shadow: *mut xc_hypercall_buffer§dir: c_int§ubuf: *mut c_void§sz: usizeTrait Implementations§
Source§impl Clone for xc_hypercall_buffer
impl Clone for xc_hypercall_buffer
Source§fn clone(&self) -> xc_hypercall_buffer
fn clone(&self) -> xc_hypercall_buffer
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 xc_hypercall_buffer
impl Debug for xc_hypercall_buffer
Source§impl Default for xc_hypercall_buffer
impl Default for xc_hypercall_buffer
impl Copy for xc_hypercall_buffer
Auto Trait Implementations§
impl Freeze for xc_hypercall_buffer
impl RefUnwindSafe for xc_hypercall_buffer
impl !Send for xc_hypercall_buffer
impl !Sync for xc_hypercall_buffer
impl Unpin for xc_hypercall_buffer
impl UnwindSafe for xc_hypercall_buffer
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