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