[][src]Struct kvm_wrapper::kvm_pit_channel_state

#[repr(C)]
pub struct kvm_pit_channel_state { pub count: __u32, pub latched_count: __u16, pub count_latched: __u8, pub status_latched: __u8, pub status: __u8, pub read_state: __u8, pub write_state: __u8, pub write_latch: __u8, pub rw_mode: __u8, pub mode: __u8, pub bcd: __u8, pub gate: __u8, pub count_load_time: __s64, }

Fields

count: __u32latched_count: __u16count_latched: __u8status_latched: __u8status: __u8read_state: __u8write_state: __u8write_latch: __u8rw_mode: __u8mode: __u8bcd: __u8gate: __u8count_load_time: __s64

Trait Implementations

impl PartialEq<kvm_pit_channel_state> for kvm_pit_channel_state
[src]

impl Clone for kvm_pit_channel_state
[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for kvm_pit_channel_state
[src]

impl Copy for kvm_pit_channel_state
[src]

impl Debug for kvm_pit_channel_state
[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]