pub struct Swap {
pub total: ByteSize,
pub free: ByteSize,
pub platform_swap: PlatformSwap,
}
Fields§
§total: ByteSize
§free: ByteSize
§platform_swap: PlatformSwap
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Swap
impl RefUnwindSafe for Swap
impl Send for Swap
impl Sync for Swap
impl Unpin for Swap
impl UnwindSafe for Swap
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