Struct windows_sys::Devices::Gpio::GpioChangeRecord
[−]#[repr(C)]pub struct GpioChangeRecord {
pub RelativeTime: TimeSpan,
pub Edge: GpioPinEdge,
}
Expand description
Required features: "Devices_Gpio"
, "Foundation"
Fields
RelativeTime: TimeSpan
Edge: GpioPinEdge
Trait Implementations
impl Clone for GpioChangeRecord
impl Clone for GpioChangeRecord
impl Copy for GpioChangeRecord
Auto Trait Implementations
impl RefUnwindSafe for GpioChangeRecord
impl Send for GpioChangeRecord
impl Sync for GpioChangeRecord
impl Unpin for GpioChangeRecord
impl UnwindSafe for GpioChangeRecord
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