Struct terminfo::capability::InsertNullGlitch
source · pub struct InsertNullGlitch(pub bool);
Tuple Fields§
§0: bool
Trait Implementations§
source§impl<'a> Capability<'a> for InsertNullGlitch
impl<'a> Capability<'a> for InsertNullGlitch
source§impl Clone for InsertNullGlitch
impl Clone for InsertNullGlitch
source§fn clone(&self) -> InsertNullGlitch
fn clone(&self) -> InsertNullGlitch
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 Debug for InsertNullGlitch
impl Debug for InsertNullGlitch
source§impl From<InsertNullGlitch> for bool
impl From<InsertNullGlitch> for bool
source§fn from(cap: InsertNullGlitch) -> Self
fn from(cap: InsertNullGlitch) -> Self
Converts to this type from the input type.
source§impl PartialEq for InsertNullGlitch
impl PartialEq for InsertNullGlitch
source§fn eq(&self, other: &InsertNullGlitch) -> bool
fn eq(&self, other: &InsertNullGlitch) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for InsertNullGlitch
impl Eq for InsertNullGlitch
impl StructuralPartialEq for InsertNullGlitch
Auto Trait Implementations§
impl Freeze for InsertNullGlitch
impl RefUnwindSafe for InsertNullGlitch
impl Send for InsertNullGlitch
impl Sync for InsertNullGlitch
impl Unpin for InsertNullGlitch
impl UnwindSafe for InsertNullGlitch
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