#[repr(C)]pub struct xc_resource_op {
pub result: u64,
pub cpu: u32,
pub nr_entries: u32,
pub entries: *mut xc_resource_entry_t,
}Fields§
§result: u64§cpu: u32§nr_entries: u32§entries: *mut xc_resource_entry_tTrait Implementations§
Source§impl Clone for xc_resource_op
impl Clone for xc_resource_op
Source§fn clone(&self) -> xc_resource_op
fn clone(&self) -> xc_resource_op
Returns a copy 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 xc_resource_op
impl Debug for xc_resource_op
Source§impl Default for xc_resource_op
impl Default for xc_resource_op
impl Copy for xc_resource_op
Auto Trait Implementations§
impl Freeze for xc_resource_op
impl RefUnwindSafe for xc_resource_op
impl !Send for xc_resource_op
impl !Sync for xc_resource_op
impl Unpin for xc_resource_op
impl UnwindSafe for xc_resource_op
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)