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