Struct terminfo::capability::SetClock [−][src]
pub struct SetClock<'a>(_);
Methods
impl<'a> SetClock<'a>
[src]
impl<'a> SetClock<'a>
Trait Implementations
impl<'a> Eq for SetClock<'a>
[src]
impl<'a> Eq for SetClock<'a>
impl<'a> PartialEq for SetClock<'a>
[src]
impl<'a> PartialEq for SetClock<'a>
fn eq(&self, other: &SetClock<'a>) -> bool
[src]
fn eq(&self, other: &SetClock<'a>) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &SetClock<'a>) -> bool
[src]
fn ne(&self, other: &SetClock<'a>) -> bool
This method tests for !=
.
impl<'a> Clone for SetClock<'a>
[src]
impl<'a> Clone for SetClock<'a>
fn clone(&self) -> SetClock<'a>
[src]
fn clone(&self) -> SetClock<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl<'a> Debug for SetClock<'a>
[src]
impl<'a> Debug for SetClock<'a>
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl<'a> Capability<'a> for SetClock<'a>
[src]
impl<'a> Capability<'a> for SetClock<'a>
fn name() -> &'static str
[src]
fn name() -> &'static str
Returns the name of the capability in its long form.
fn from(value: Option<&'a Value>) -> Option<SetClock<'a>>
[src]
fn from(value: Option<&'a Value>) -> Option<SetClock<'a>>
Parse the capability from its raw value.
fn into(self) -> Option<Value>
[src]
fn into(self) -> Option<Value>
Convert the capability into its raw value.
impl<'a, T: AsRef<&'a [u8]>> From<T> for SetClock<'a>
[src]
impl<'a, T: AsRef<&'a [u8]>> From<T> for SetClock<'a>
impl<'a> AsRef<[u8]> for SetClock<'a>
[src]
impl<'a> AsRef<[u8]> for SetClock<'a>