#[repr(C)]pub struct xen_reserved_device_memory_map {
pub flags: u32,
pub nr_entries: c_uint,
pub buffer: __guest_handle_xen_reserved_device_memory_t,
pub dev: xen_reserved_device_memory_map__bindgen_ty_1,
}Fields§
§flags: u32§nr_entries: c_uint§buffer: __guest_handle_xen_reserved_device_memory_t§dev: xen_reserved_device_memory_map__bindgen_ty_1Trait Implementations§
Source§impl Clone for xen_reserved_device_memory_map
impl Clone for xen_reserved_device_memory_map
Source§fn clone(&self) -> xen_reserved_device_memory_map
fn clone(&self) -> xen_reserved_device_memory_map
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 moreimpl Copy for xen_reserved_device_memory_map
Auto Trait Implementations§
impl Freeze for xen_reserved_device_memory_map
impl RefUnwindSafe for xen_reserved_device_memory_map
impl !Send for xen_reserved_device_memory_map
impl !Sync for xen_reserved_device_memory_map
impl Unpin for xen_reserved_device_memory_map
impl UnwindSafe for xen_reserved_device_memory_map
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