Struct kvm_bindings::kvm_pit_state [−][src]
#[repr(C)]pub struct kvm_pit_state {
pub channels: [kvm_pit_channel_state; 3],
}Fields
channels: [kvm_pit_channel_state; 3]Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for kvm_pit_state
impl Send for kvm_pit_state
impl Sync for kvm_pit_state
impl Unpin for kvm_pit_state
impl UnwindSafe for kvm_pit_state
Blanket Implementations
Mutably borrows from an owned value. Read more