pub struct SpecialCodeIndex(/* private fields */);
Expand description
Indices for use with Termios::special_codes
.
Implementations§
Trait Implementations§
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 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