Struct kvm_bindings::kvm_pit_state2 [−][src]
#[repr(C)]pub struct kvm_pit_state2 {
pub channels: [kvm_pit_channel_state; 3],
pub flags: __u32,
pub reserved: [__u32; 9],
}Fields
channels: [kvm_pit_channel_state; 3]flags: __u32reserved: [__u32; 9]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_state2
impl Send for kvm_pit_state2
impl Sync for kvm_pit_state2
impl Unpin for kvm_pit_state2
impl UnwindSafe for kvm_pit_state2
Blanket Implementations
Mutably borrows from an owned value. Read more