Struct kvm_dirty_log
#[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§
§impl Clone for kvm_dirty_log
impl Clone for kvm_dirty_log
§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 more§impl Debug for kvm_dirty_log
impl Debug for kvm_dirty_log
§impl Default for kvm_dirty_log
impl Default for kvm_dirty_log
§fn default() -> kvm_dirty_log
fn default() -> kvm_dirty_log
Returns the “default value” for a type. Read more
impl Copy for kvm_dirty_log
Auto Trait Implementations§
impl Freeze for kvm_dirty_log
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