Struct kvm_bindings::kvm_dirty_log [−][src]
#[repr(C)]pub struct kvm_dirty_log {
pub slot: __u32,
pub padding1: __u32,
pub __bindgen_anon_1: kvm_dirty_log__bindgen_ty_1,
}Fields
slot: __u32padding1: __u32__bindgen_anon_1: kvm_dirty_log__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for kvm_dirty_log
impl !Send for kvm_dirty_log
impl !Sync for kvm_dirty_log
impl Unpin for kvm_dirty_log
impl UnwindSafe for kvm_dirty_log
Blanket Implementations
Mutably borrows from an owned value. Read more