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