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