Struct kvm_bindings::kvm_pit_config
source · Fields
flags: __u32pad: [__u32; 15]Trait Implementations
sourceimpl Clone for kvm_pit_config
impl Clone for kvm_pit_config
sourcefn clone(&self) -> kvm_pit_config
fn clone(&self) -> kvm_pit_config
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for kvm_pit_config
impl Debug for kvm_pit_config
sourceimpl Default for kvm_pit_config
impl Default for kvm_pit_config
sourcefn default() -> kvm_pit_config
fn default() -> kvm_pit_config
Returns the “default value” for a type. Read more
sourceimpl PartialEq<kvm_pit_config> for kvm_pit_config
impl PartialEq<kvm_pit_config> for kvm_pit_config
sourcefn eq(&self, other: &kvm_pit_config) -> bool
fn eq(&self, other: &kvm_pit_config) -> bool
impl Copy for kvm_pit_config
impl StructuralPartialEq for kvm_pit_config
Auto Trait Implementations
impl RefUnwindSafe for kvm_pit_config
impl Send for kvm_pit_config
impl Sync for kvm_pit_config
impl Unpin for kvm_pit_config
impl UnwindSafe for kvm_pit_config
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more