Struct rustix::termios::SpecialCodes
source · pub struct SpecialCodes(/* private fields */);
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 moresource§impl Debug for SpecialCodes
impl Debug for SpecialCodes
source§impl Index<SpecialCodeIndex> for SpecialCodes
impl Index<SpecialCodeIndex> for SpecialCodes
source§impl IndexMut<SpecialCodeIndex> for SpecialCodes
impl IndexMut<SpecialCodeIndex> for SpecialCodes
Auto Trait Implementations§
impl Freeze for SpecialCodes
impl RefUnwindSafe for SpecialCodes
impl Send for SpecialCodes
impl Sync for SpecialCodes
impl Unpin for SpecialCodes
impl UnwindSafe for SpecialCodes
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)