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