Struct SelectionType
#[repr(transparent)]pub struct SelectionType(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl SelectionType
impl SelectionType
pub const None: Self = _
pub const InsertionPoint: Self = _
pub const Normal: Self = _
pub const InlineShape: Self = _
pub const Shape: Self = _
Trait Implementations§
§impl Clone for SelectionType
impl Clone for SelectionType
§fn clone(&self) -> SelectionType
fn clone(&self) -> SelectionType
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 SelectionType
impl Debug for SelectionType
§impl Default for SelectionType
impl Default for SelectionType
§fn default() -> SelectionType
fn default() -> SelectionType
Returns the “default value” for a type. Read more
§impl PartialEq for SelectionType
impl PartialEq for SelectionType
impl Copy for SelectionType
impl Eq for SelectionType
impl StructuralPartialEq for SelectionType
Auto Trait Implementations§
impl Freeze for SelectionType
impl RefUnwindSafe for SelectionType
impl Send for SelectionType
impl Sync for SelectionType
impl Unpin for SelectionType
impl UnwindSafe for SelectionType
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