Struct terminfo::capability::ReqMousePos
source · pub struct ReqMousePos<'a>(/* private fields */);
Implementations§
source§impl<'a> ReqMousePos<'a>
impl<'a> ReqMousePos<'a>
sourcepub fn expand(&self) -> Expansion<'_, ReqMousePos<'_>>
pub fn expand(&self) -> Expansion<'_, ReqMousePos<'_>>
Begin expanding the capability.
Trait Implementations§
source§impl<'a> AsRef<[u8]> for ReqMousePos<'a>
impl<'a> AsRef<[u8]> for ReqMousePos<'a>
source§impl<'a> Capability<'a> for ReqMousePos<'a>
impl<'a> Capability<'a> for ReqMousePos<'a>
source§impl<'a> Clone for ReqMousePos<'a>
impl<'a> Clone for ReqMousePos<'a>
source§fn clone(&self) -> ReqMousePos<'a>
fn clone(&self) -> ReqMousePos<'a>
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 moresource§impl<'a> Debug for ReqMousePos<'a>
impl<'a> Debug for ReqMousePos<'a>
source§impl<'a> PartialEq for ReqMousePos<'a>
impl<'a> PartialEq for ReqMousePos<'a>
source§fn eq(&self, other: &ReqMousePos<'a>) -> bool
fn eq(&self, other: &ReqMousePos<'a>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<'a> Eq for ReqMousePos<'a>
impl<'a> StructuralPartialEq for ReqMousePos<'a>
Auto Trait Implementations§
impl<'a> Freeze for ReqMousePos<'a>
impl<'a> RefUnwindSafe for ReqMousePos<'a>
impl<'a> Send for ReqMousePos<'a>
impl<'a> Sync for ReqMousePos<'a>
impl<'a> Unpin for ReqMousePos<'a>
impl<'a> UnwindSafe for ReqMousePos<'a>
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