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 = Self(0i32)
pub const SharingViolation: Self = Self(2i32)
pub const MuxingConflict: Self = Self(3i32)
pub const UnknownError: Self = Self(4i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more