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