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