Struct kvm_bindings::kvm_pit_channel_state
source · #[repr(C)]pub struct kvm_pit_channel_state {}Fields
count: __u32latched_count: __u16count_latched: __u8status_latched: __u8status: __u8read_state: __u8write_state: __u8write_latch: __u8rw_mode: __u8mode: __u8bcd: __u8gate: __u8count_load_time: __s64Trait Implementations
sourceimpl Clone for kvm_pit_channel_state
impl Clone for kvm_pit_channel_state
sourcefn clone(&self) -> kvm_pit_channel_state
fn clone(&self) -> kvm_pit_channel_state
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_channel_state
impl Debug for kvm_pit_channel_state
sourceimpl Default for kvm_pit_channel_state
impl Default for kvm_pit_channel_state
sourcefn default() -> kvm_pit_channel_state
fn default() -> kvm_pit_channel_state
Returns the “default value” for a type. Read more
sourceimpl PartialEq<kvm_pit_channel_state> for kvm_pit_channel_state
impl PartialEq<kvm_pit_channel_state> for kvm_pit_channel_state
sourcefn eq(&self, other: &kvm_pit_channel_state) -> bool
fn eq(&self, other: &kvm_pit_channel_state) -> bool
impl Copy for kvm_pit_channel_state
impl StructuralPartialEq for kvm_pit_channel_state
Auto Trait Implementations
impl RefUnwindSafe for kvm_pit_channel_state
impl Send for kvm_pit_channel_state
impl Sync for kvm_pit_channel_state
impl Unpin for kvm_pit_channel_state
impl UnwindSafe for kvm_pit_channel_state
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