#[repr(C)]pub struct xen_dm_op_ioreq_server_range {
pub id: ioservid_t,
pub pad: u16,
pub type_: u32,
pub start: u64,
pub end: u64,
}Fields§
§id: ioservid_t§pad: u16§type_: u32§start: u64§end: u64Trait Implementations§
Source§impl Clone for xen_dm_op_ioreq_server_range
impl Clone for xen_dm_op_ioreq_server_range
Source§fn clone(&self) -> xen_dm_op_ioreq_server_range
fn clone(&self) -> xen_dm_op_ioreq_server_range
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_ioreq_server_range
impl Debug for xen_dm_op_ioreq_server_range
Source§impl Default for xen_dm_op_ioreq_server_range
impl Default for xen_dm_op_ioreq_server_range
Source§fn default() -> xen_dm_op_ioreq_server_range
fn default() -> xen_dm_op_ioreq_server_range
Returns the “default value” for a type. Read more
impl Copy for xen_dm_op_ioreq_server_range
Auto Trait Implementations§
impl Freeze for xen_dm_op_ioreq_server_range
impl RefUnwindSafe for xen_dm_op_ioreq_server_range
impl Send for xen_dm_op_ioreq_server_range
impl Sync for xen_dm_op_ioreq_server_range
impl Unpin for xen_dm_op_ioreq_server_range
impl UnwindSafe for xen_dm_op_ioreq_server_range
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