Struct kvm_bindings::kvm_clear_dirty_log [−][src]
#[repr(C)]pub struct kvm_clear_dirty_log {
pub slot: __u32,
pub num_pages: __u32,
pub first_page: __u64,
pub __bindgen_anon_1: kvm_clear_dirty_log__bindgen_ty_1,
}Fields
slot: __u32num_pages: __u32first_page: __u64__bindgen_anon_1: kvm_clear_dirty_log__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for kvm_clear_dirty_log
impl !Send for kvm_clear_dirty_log
impl !Sync for kvm_clear_dirty_log
impl Unpin for kvm_clear_dirty_log
impl UnwindSafe for kvm_clear_dirty_log
Blanket Implementations
Mutably borrows from an owned value. Read more