#[repr(C)]pub struct KernelRebalance {
pub duration: TimeSpan,
pub moved: u32,
}
Expand description
Kernel allocation information.
Fields§
§duration: TimeSpan
§moved: u32
Trait Implementations§
Source§impl Clone for KernelRebalance
impl Clone for KernelRebalance
Source§fn clone(&self) -> KernelRebalance
fn clone(&self) -> KernelRebalance
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 KernelRebalance
impl Debug for KernelRebalance
impl Copy for KernelRebalance
Auto Trait Implementations§
impl Freeze for KernelRebalance
impl ObjSafe for KernelRebalance
impl RefUnwindSafe for KernelRebalance
impl Send for KernelRebalance
impl Sync for KernelRebalance
impl Unpin for KernelRebalance
impl UnwindSafe for KernelRebalance
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