#[repr(C)]pub struct PitChannelState {}Fields§
§count: u32§latched_count: u16§count_latched: u8§status_latched: u8§status: u8§read_state: u8§write_state: u8§write_latch: u8§rw_mode: u8§mode: u8§bcd: u8§gate: u8§count_load_time: i64Trait Implementations§
Source§impl Clone for PitChannelState
impl Clone for PitChannelState
Source§impl Default for PitChannelState
impl Default for PitChannelState
impl Copy for PitChannelState
Auto Trait Implementations§
impl Freeze for PitChannelState
impl RefUnwindSafe for PitChannelState
impl Send for PitChannelState
impl Sync for PitChannelState
impl Unpin for PitChannelState
impl UnwindSafe for PitChannelState
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