Struct webkit2gtk::InputMethodUnderline
source · [−]#[repr(transparent)]pub struct InputMethodUnderline { /* private fields */ }
Available on crate feature
v2_28
only.Expand description
Range of text in an preedit string to be shown underlined.
Implementations
sourceimpl InputMethodUnderline
impl InputMethodUnderline
pub fn as_ptr(&self) -> *mut WebKitInputMethodUnderline
sourceimpl InputMethodUnderline
impl InputMethodUnderline
sourcepub fn new(start_offset: u32, end_offset: u32) -> InputMethodUnderline
pub fn new(start_offset: u32, end_offset: u32) -> InputMethodUnderline
Create a new InputMethodUnderline
for the given range in preedit string
start_offset
the start offset in preedit string
end_offset
the end offset in preedit string
Returns
A newly created InputMethodUnderline
Trait Implementations
sourceimpl Clone for InputMethodUnderline
impl Clone for InputMethodUnderline
sourceimpl Debug for InputMethodUnderline
impl Debug for InputMethodUnderline
sourceimpl Hash for InputMethodUnderline
impl Hash for InputMethodUnderline
sourceimpl Ord for InputMethodUnderline
impl Ord for InputMethodUnderline
sourcefn cmp(&self, other: &InputMethodUnderline) -> Ordering
fn cmp(&self, other: &InputMethodUnderline) -> Ordering
1.21.0 · sourceconst fn max(self, other: Self) -> Self
const fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourceconst fn min(self, other: Self) -> Self
const fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourceconst fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
const fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<InputMethodUnderline> for InputMethodUnderline
impl PartialEq<InputMethodUnderline> for InputMethodUnderline
sourcefn eq(&self, other: &InputMethodUnderline) -> bool
fn eq(&self, other: &InputMethodUnderline) -> bool
sourceimpl PartialOrd<InputMethodUnderline> for InputMethodUnderline
impl PartialOrd<InputMethodUnderline> for InputMethodUnderline
sourcefn partial_cmp(&self, other: &InputMethodUnderline) -> Option<Ordering>
fn partial_cmp(&self, other: &InputMethodUnderline) -> Option<Ordering>
1.0.0 · sourceconst fn le(&self, other: &Rhs) -> bool
const fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresourceimpl StaticType for InputMethodUnderline
impl StaticType for InputMethodUnderline
sourcefn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Eq for InputMethodUnderline
impl StructuralEq for InputMethodUnderline
impl StructuralPartialEq for InputMethodUnderline
Auto Trait Implementations
impl RefUnwindSafe for InputMethodUnderline
impl !Send for InputMethodUnderline
impl !Sync for InputMethodUnderline
impl Unpin for InputMethodUnderline
impl UnwindSafe for InputMethodUnderline
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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
sourceimpl<T> StaticTypeExt for Twhere
T: StaticType,
impl<T> StaticTypeExt for Twhere
T: StaticType,
sourcefn ensure_type()
fn ensure_type()
Ensures that the type has been registered with the type system.