#[repr(C)]pub struct esp_vfs_termios_ops_t {
pub __bindgen_anon_1: esp_vfs_termios_ops_t__bindgen_ty_1,
pub __bindgen_anon_2: esp_vfs_termios_ops_t__bindgen_ty_2,
pub __bindgen_anon_3: esp_vfs_termios_ops_t__bindgen_ty_3,
pub __bindgen_anon_4: esp_vfs_termios_ops_t__bindgen_ty_4,
pub __bindgen_anon_5: esp_vfs_termios_ops_t__bindgen_ty_5,
pub __bindgen_anon_6: esp_vfs_termios_ops_t__bindgen_ty_6,
pub __bindgen_anon_7: esp_vfs_termios_ops_t__bindgen_ty_7,
}Expand description
@brief Struct containing function pointers to termios related functionality.
Fields§
§__bindgen_anon_1: esp_vfs_termios_ops_t__bindgen_ty_1§__bindgen_anon_2: esp_vfs_termios_ops_t__bindgen_ty_2§__bindgen_anon_3: esp_vfs_termios_ops_t__bindgen_ty_3§__bindgen_anon_4: esp_vfs_termios_ops_t__bindgen_ty_4§__bindgen_anon_5: esp_vfs_termios_ops_t__bindgen_ty_5§__bindgen_anon_6: esp_vfs_termios_ops_t__bindgen_ty_6§__bindgen_anon_7: esp_vfs_termios_ops_t__bindgen_ty_7Trait Implementations§
Source§impl Clone for esp_vfs_termios_ops_t
impl Clone for esp_vfs_termios_ops_t
Source§fn clone(&self) -> esp_vfs_termios_ops_t
fn clone(&self) -> esp_vfs_termios_ops_t
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for esp_vfs_termios_ops_t
impl Default for esp_vfs_termios_ops_t
Source§fn default() -> esp_vfs_termios_ops_t
fn default() -> esp_vfs_termios_ops_t
Returns the “default value” for a type. Read more
impl Copy for esp_vfs_termios_ops_t
Auto Trait Implementations§
impl Freeze for esp_vfs_termios_ops_t
impl RefUnwindSafe for esp_vfs_termios_ops_t
impl Send for esp_vfs_termios_ops_t
impl Sync for esp_vfs_termios_ops_t
impl Unpin for esp_vfs_termios_ops_t
impl UnsafeUnpin for esp_vfs_termios_ops_t
impl UnwindSafe for esp_vfs_termios_ops_t
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,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)