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