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