Struct kvm_sys::x86::bindings::kvm_dirty_log
source · #[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: u32
§padding1: u32
§__bindgen_anon_1: kvm_dirty_log__bindgen_ty_1
Trait Implementations§
source§impl Clone for kvm_dirty_log
impl Clone for kvm_dirty_log
source§fn clone(&self) -> kvm_dirty_log
fn clone(&self) -> kvm_dirty_log
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 Default for kvm_dirty_log
impl Default for kvm_dirty_log
impl Copy for kvm_dirty_log
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§
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