#[repr(C)]pub struct xc_hypercall_buffer_array { /* private fields */ }Trait Implementations§
Source§impl Clone for xc_hypercall_buffer_array
impl Clone for xc_hypercall_buffer_array
Source§fn clone(&self) -> xc_hypercall_buffer_array
fn clone(&self) -> xc_hypercall_buffer_array
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_array
impl Debug for xc_hypercall_buffer_array
impl Copy for xc_hypercall_buffer_array
Auto Trait Implementations§
impl Freeze for xc_hypercall_buffer_array
impl RefUnwindSafe for xc_hypercall_buffer_array
impl Send for xc_hypercall_buffer_array
impl Sync for xc_hypercall_buffer_array
impl Unpin for xc_hypercall_buffer_array
impl UnwindSafe for xc_hypercall_buffer_array
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