Struct windows_sys::Devices::Gpio::GpioChangePolarity
[−]#[repr(transparent)]pub struct GpioChangePolarity(pub i32);
Expand description
Required features: "Devices_Gpio"
Tuple Fields
0: i32
Implementations
impl GpioChangePolarity
impl GpioChangePolarity
Trait Implementations
impl Clone for GpioChangePolarity
impl Clone for GpioChangePolarity
impl Copy for GpioChangePolarity
Auto Trait Implementations
impl RefUnwindSafe for GpioChangePolarity
impl Send for GpioChangePolarity
impl Sync for GpioChangePolarity
impl Unpin for GpioChangePolarity
impl UnwindSafe for GpioChangePolarity
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