Struct esp_idf_svc::sys::termios
source · #[repr(C)]pub struct termios {
pub c_iflag: u16,
pub c_oflag: u16,
pub c_cflag: u16,
pub c_lflag: u16,
pub c_cc: [u8; 11],
pub c_ispeed: u32,
pub c_ospeed: u32,
}
Fields§
§c_iflag: u16
§c_oflag: u16
Input modes
c_cflag: u16
Output modes
c_lflag: u16
Control modes
c_cc: [u8; 11]
Local modes
c_ispeed: u32
Control characters
c_ospeed: u32
input baud rate
Trait Implementations§
impl Copy for termios
Auto Trait Implementations§
impl Freeze for termios
impl RefUnwindSafe for termios
impl Send for termios
impl Sync for termios
impl Unpin for termios
impl UnwindSafe for termios
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§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
)