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