Struct windows_sys::UI::Text::SelectionType
[−]#[repr(transparent)]pub struct SelectionType(pub i32);
Expand description
Required features: "UI_Text"
Tuple Fields
0: i32
Implementations
impl SelectionType
impl SelectionType
pub const None: Self = Self(0i32)
pub const InsertionPoint: Self = Self(1i32)
pub const Normal: Self = Self(2i32)
pub const InlineShape: Self = Self(7i32)
pub const Shape: Self = Self(8i32)
Trait Implementations
impl Clone for SelectionType
impl Clone for SelectionType
impl Copy for SelectionType
Auto Trait Implementations
impl RefUnwindSafe for SelectionType
impl Send for SelectionType
impl Sync for SelectionType
impl Unpin for SelectionType
impl UnwindSafe for SelectionType
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