Struct windows_sys::Devices::Gpio::Provider::ProviderGpioPinValue
[−]#[repr(transparent)]pub struct ProviderGpioPinValue(pub i32);
Expand description
Required features: ‘Devices_Gpio_Provider’
Tuple Fields
0: i32
Implementations
impl ProviderGpioPinValue
impl ProviderGpioPinValue
Trait Implementations
impl Clone for ProviderGpioPinValue
impl Clone for ProviderGpioPinValue
impl Copy for ProviderGpioPinValue
Auto Trait Implementations
impl RefUnwindSafe for ProviderGpioPinValue
impl Send for ProviderGpioPinValue
impl Sync for ProviderGpioPinValue
impl Unpin for ProviderGpioPinValue
impl UnwindSafe for ProviderGpioPinValue
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more