Lines Matching refs:SelectionOptions

2047     pub fn Options(&self) -> ::windows::runtime::Result<SelectionOptions> {  in Options()  argument
2050 let mut result__: SelectionOptions = ::std::mem::zeroed(); in Options()
2051 …le(this).6)(::std::mem::transmute_copy(this), &mut result__).from_abi::<SelectionOptions>(result__) in Options()
2054 pub fn SetOptions(&self, value: SelectionOptions) -> ::windows::runtime::Result<()> { in SetOptions()
2475 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, result__: *mut SelectionOptions) -…
2476 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, value: SelectionOptions) -> ::wind…
3435 pub struct SelectionOptions(pub u32); struct
3436 impl SelectionOptions { impl
3437 pub const StartActive: SelectionOptions = SelectionOptions(1u32);
3438 pub const AtEndOfLine: SelectionOptions = SelectionOptions(2u32);
3439 pub const Overtype: SelectionOptions = SelectionOptions(4u32);
3440 pub const Active: SelectionOptions = SelectionOptions(8u32);
3441 pub const Replace: SelectionOptions = SelectionOptions(16u32);
3443 impl ::std::convert::From<u32> for SelectionOptions { implementation
3448 unsafe impl ::windows::runtime::Abi for SelectionOptions { implementation
3452 unsafe impl ::windows::runtime::RuntimeType for SelectionOptions { implementation
3455 impl ::std::ops::BitOr for SelectionOptions { implementation
3461 impl ::std::ops::BitAnd for SelectionOptions { implementation
3467 impl ::std::ops::BitOrAssign for SelectionOptions { implementation
3472 impl ::std::ops::BitAndAssign for SelectionOptions { implementation
3477 impl ::std::ops::Not for SelectionOptions { implementation