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