#[repr(C)]pub struct INPUT_BUTTON_ENABLE_INFO {
pub ButtonType: GPIOBUTTONS_BUTTON_TYPE,
pub Enabled: BOOLEAN,
}
Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
, "Win32_Foundation"
Fields
ButtonType: GPIOBUTTONS_BUTTON_TYPE
Enabled: BOOLEAN
Trait Implementations
impl Clone for INPUT_BUTTON_ENABLE_INFO
impl Clone for INPUT_BUTTON_ENABLE_INFO
impl Copy for INPUT_BUTTON_ENABLE_INFO
Auto Trait Implementations
impl RefUnwindSafe for INPUT_BUTTON_ENABLE_INFO
impl Send for INPUT_BUTTON_ENABLE_INFO
impl Sync for INPUT_BUTTON_ENABLE_INFO
impl Unpin for INPUT_BUTTON_ENABLE_INFO
impl UnwindSafe for INPUT_BUTTON_ENABLE_INFO
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