pub struct WindowTextBoundaryModeHandle { /* private fields */ }Trait Implementations§
Source§impl Clone for WindowTextBoundaryModeHandle
impl Clone for WindowTextBoundaryModeHandle
Source§fn clone(&self) -> WindowTextBoundaryModeHandle
fn clone(&self) -> WindowTextBoundaryModeHandle
Returns a duplicate 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 moreSource§impl Debug for WindowTextBoundaryModeHandle
impl Debug for WindowTextBoundaryModeHandle
Source§impl Hash for WindowTextBoundaryModeHandle
impl Hash for WindowTextBoundaryModeHandle
Source§impl PartialEq for WindowTextBoundaryModeHandle
impl PartialEq for WindowTextBoundaryModeHandle
Source§fn eq(&self, other: &WindowTextBoundaryModeHandle) -> bool
fn eq(&self, other: &WindowTextBoundaryModeHandle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for WindowTextBoundaryModeHandle
impl Eq for WindowTextBoundaryModeHandle
impl StructuralPartialEq for WindowTextBoundaryModeHandle
Auto Trait Implementations§
impl Freeze for WindowTextBoundaryModeHandle
impl RefUnwindSafe for WindowTextBoundaryModeHandle
impl Send for WindowTextBoundaryModeHandle
impl Sync for WindowTextBoundaryModeHandle
impl Unpin for WindowTextBoundaryModeHandle
impl UnsafeUnpin for WindowTextBoundaryModeHandle
impl UnwindSafe for WindowTextBoundaryModeHandle
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