Struct rustix::termios::SpecialCodes
source · #[repr(transparent)]pub struct SpecialCodes(_);
Expand description
An array indexed by SpecialCodeIndex
indicating the current values
of various special control codes.
Trait Implementations§
source§impl Clone for SpecialCodes
impl Clone for SpecialCodes
source§fn clone(&self) -> SpecialCodes
fn clone(&self) -> SpecialCodes
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 more