Struct windows_sys::UI::Input::HoldingState
[−]#[repr(transparent)]pub struct HoldingState(pub i32);
Expand description
Required features: ‘UI_Input’
Tuple Fields
0: i32
Implementations
impl HoldingState
impl HoldingState
Trait Implementations
impl Clone for HoldingState
impl Clone for HoldingState
impl Copy for HoldingState
Auto Trait Implementations
impl RefUnwindSafe for HoldingState
impl Send for HoldingState
impl Sync for HoldingState
impl Unpin for HoldingState
impl UnwindSafe for HoldingState
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