#[repr(C)]pub struct xen_dm_op_create_ioreq_server {
pub handle_bufioreq: u8,
pub pad: [u8; 3],
pub id: ioservid_t,
}Fields§
§handle_bufioreq: u8§pad: [u8; 3]§id: ioservid_tTrait Implementations§
Source§impl Clone for xen_dm_op_create_ioreq_server
impl Clone for xen_dm_op_create_ioreq_server
Source§fn clone(&self) -> xen_dm_op_create_ioreq_server
fn clone(&self) -> xen_dm_op_create_ioreq_server
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 Default for xen_dm_op_create_ioreq_server
impl Default for xen_dm_op_create_ioreq_server
Source§fn default() -> xen_dm_op_create_ioreq_server
fn default() -> xen_dm_op_create_ioreq_server
Returns the “default value” for a type. Read more
impl Copy for xen_dm_op_create_ioreq_server
Auto Trait Implementations§
impl Freeze for xen_dm_op_create_ioreq_server
impl RefUnwindSafe for xen_dm_op_create_ioreq_server
impl Send for xen_dm_op_create_ioreq_server
impl Sync for xen_dm_op_create_ioreq_server
impl Unpin for xen_dm_op_create_ioreq_server
impl UnwindSafe for xen_dm_op_create_ioreq_server
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