#[repr(C)]pub struct xen_dm_op_buf {
pub h: __guest_handle_void,
pub size: xen_ulong_t,
}Fields§
§h: __guest_handle_void§size: xen_ulong_tTrait Implementations§
Source§impl Clone for xen_dm_op_buf
impl Clone for xen_dm_op_buf
Source§fn clone(&self) -> xen_dm_op_buf
fn clone(&self) -> xen_dm_op_buf
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_dm_op_buf
impl Debug for xen_dm_op_buf
Source§impl Default for xen_dm_op_buf
impl Default for xen_dm_op_buf
impl Copy for xen_dm_op_buf
Auto Trait Implementations§
impl Freeze for xen_dm_op_buf
impl RefUnwindSafe for xen_dm_op_buf
impl !Send for xen_dm_op_buf
impl !Sync for xen_dm_op_buf
impl Unpin for xen_dm_op_buf
impl UnwindSafe for xen_dm_op_buf
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