Struct SelectionOptions
#[repr(transparent)]pub struct SelectionOptions(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl SelectionOptions
impl SelectionOptions
pub const StartActive: Self = _
pub const AtEndOfLine: Self = _
pub const Overtype: Self = _
pub const Active: Self = _
pub const Replace: Self = _
§impl SelectionOptions
impl SelectionOptions
Trait Implementations§
§impl BitAnd for SelectionOptions
impl BitAnd for SelectionOptions
§impl BitAndAssign for SelectionOptions
impl BitAndAssign for SelectionOptions
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for SelectionOptions
impl BitOr for SelectionOptions
§impl BitOrAssign for SelectionOptions
impl BitOrAssign for SelectionOptions
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for SelectionOptions
impl Clone for SelectionOptions
§fn clone(&self) -> SelectionOptions
fn clone(&self) -> SelectionOptions
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for SelectionOptions
impl Debug for SelectionOptions
§impl Default for SelectionOptions
impl Default for SelectionOptions
§fn default() -> SelectionOptions
fn default() -> SelectionOptions
Returns the “default value” for a type. Read more
§impl Not for SelectionOptions
impl Not for SelectionOptions
§impl PartialEq for SelectionOptions
impl PartialEq for SelectionOptions
impl Copy for SelectionOptions
impl Eq for SelectionOptions
impl StructuralPartialEq for SelectionOptions
Auto Trait Implementations§
impl Freeze for SelectionOptions
impl RefUnwindSafe for SelectionOptions
impl Send for SelectionOptions
impl Sync for SelectionOptions
impl Unpin for SelectionOptions
impl UnwindSafe for SelectionOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more