Struct rustix::termios::SpecialCodeIndex
source · pub struct SpecialCodeIndex(/* private fields */);
Expand description
Indices for use with Termios::special_codes
.
Implementations§
Trait Implementations§
source§impl Clone for SpecialCodeIndex
impl Clone for SpecialCodeIndex
source§fn clone(&self) -> SpecialCodeIndex
fn clone(&self) -> SpecialCodeIndex
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 SpecialCodeIndex
impl Debug for SpecialCodeIndex
source§impl Hash for SpecialCodeIndex
impl Hash for SpecialCodeIndex
source§impl Index<SpecialCodeIndex> for SpecialCodes
impl Index<SpecialCodeIndex> for SpecialCodes
source§impl IndexMut<SpecialCodeIndex> for SpecialCodes
impl IndexMut<SpecialCodeIndex> for SpecialCodes
source§impl PartialEq for SpecialCodeIndex
impl PartialEq for SpecialCodeIndex
impl Copy for SpecialCodeIndex
impl Eq for SpecialCodeIndex
impl StructuralPartialEq for SpecialCodeIndex
Auto Trait Implementations§
impl Freeze for SpecialCodeIndex
impl RefUnwindSafe for SpecialCodeIndex
impl Send for SpecialCodeIndex
impl Sync for SpecialCodeIndex
impl Unpin for SpecialCodeIndex
impl UnwindSafe for SpecialCodeIndex
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
)