Struct windows_sys::Devices::Gpio::GpioChangeCount
[−]Expand description
Required features: "Devices_Gpio"
, "Foundation"
Fields
Count: u64
RelativeTime: TimeSpan
Trait Implementations
impl Clone for GpioChangeCount
impl Clone for GpioChangeCount
impl Copy for GpioChangeCount
Auto Trait Implementations
impl RefUnwindSafe for GpioChangeCount
impl Send for GpioChangeCount
impl Sync for GpioChangeCount
impl Unpin for GpioChangeCount
impl UnwindSafe for GpioChangeCount
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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