#[repr(C)]pub struct xenpf_resource_entry {
pub u: xenpf_resource_entry__bindgen_ty_1,
pub rsvd: u32,
pub idx: u64,
pub val: u64,
}Fields§
§u: xenpf_resource_entry__bindgen_ty_1§rsvd: u32§idx: u64§val: u64Trait Implementations§
Source§impl Clone for xenpf_resource_entry
impl Clone for xenpf_resource_entry
Source§fn clone(&self) -> xenpf_resource_entry
fn clone(&self) -> xenpf_resource_entry
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 xenpf_resource_entry
impl Default for xenpf_resource_entry
impl Copy for xenpf_resource_entry
Auto Trait Implementations§
impl Freeze for xenpf_resource_entry
impl RefUnwindSafe for xenpf_resource_entry
impl Send for xenpf_resource_entry
impl Sync for xenpf_resource_entry
impl Unpin for xenpf_resource_entry
impl UnwindSafe for xenpf_resource_entry
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