Struct kvm_sys::x86::bindings::kvm_pit_config
source · #[repr(C)]pub struct kvm_pit_config {
pub flags: u32,
pub pad: [u32; 15],
}
Fields§
§flags: u32
§pad: [u32; 15]
Trait Implementations§
source§impl Clone for kvm_pit_config
impl Clone for kvm_pit_config
source§fn clone(&self) -> kvm_pit_config
fn clone(&self) -> kvm_pit_config
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 Debug for kvm_pit_config
impl Debug for kvm_pit_config
source§impl Default for kvm_pit_config
impl Default for kvm_pit_config
source§fn default() -> kvm_pit_config
fn default() -> kvm_pit_config
Returns the “default value” for a type. Read more
impl Copy 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§
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