#[repr(C)]pub struct kvm_swap {
pub ksw_devname: [c_char; 32],
pub ksw_used: u_int,
pub ksw_total: u_int,
pub ksw_flags: c_int,
pub ksw_reserved1: u_int,
pub ksw_reserved2: u_int,
}Fields§
§ksw_devname: [c_char; 32]§ksw_used: u_int§ksw_total: u_int§ksw_flags: c_int§ksw_reserved1: u_int§ksw_reserved2: u_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for kvm_swap
impl RefUnwindSafe for kvm_swap
impl Send for kvm_swap
impl Sync for kvm_swap
impl Unpin for kvm_swap
impl UnwindSafe for kvm_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