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