Struct windows_sys::UI::Text::SelectionOptions
[−]#[repr(transparent)]pub struct SelectionOptions(pub u32);
Expand description
Required features: "UI_Text"
Tuple Fields
0: u32
Implementations
impl SelectionOptions
impl SelectionOptions
pub const StartActive: Self = Self(1u32)
pub const AtEndOfLine: Self = Self(2u32)
pub const Overtype: Self = Self(4u32)
pub const Active: Self = Self(8u32)
pub const Replace: Self = Self(16u32)
Trait Implementations
impl Clone for SelectionOptions
impl Clone for SelectionOptions
impl Copy for SelectionOptions
Auto Trait Implementations
impl RefUnwindSafe for SelectionOptions
impl Send for SelectionOptions
impl Sync for SelectionOptions
impl Unpin for SelectionOptions
impl UnwindSafe for SelectionOptions
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