Struct termion::clear::BeforeCursor
source · [−]pub struct BeforeCursor;
Expand description
Clear everything before the cursor.
Trait Implementations
sourceimpl AsRef<[u8]> for BeforeCursor
impl AsRef<[u8]> for BeforeCursor
sourceimpl AsRef<str> for BeforeCursor
impl AsRef<str> for BeforeCursor
sourceimpl Clone for BeforeCursor
impl Clone for BeforeCursor
sourcefn clone(&self) -> BeforeCursor
fn clone(&self) -> BeforeCursor
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Display for BeforeCursor
impl Display for BeforeCursor
impl Copy for BeforeCursor
Auto Trait Implementations
impl RefUnwindSafe for BeforeCursor
impl Send for BeforeCursor
impl Sync for BeforeCursor
impl Unpin for BeforeCursor
impl UnwindSafe for BeforeCursor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more