Struct esp_idf_sys::_glue
source · [−]Fields
_next: *mut _glue
_niobs: c_int
_iobs: *mut __FILE
Trait Implementations
impl Copy for _glue
Auto Trait Implementations
impl RefUnwindSafe for _glue
impl !Send for _glue
impl !Sync for _glue
impl Unpin for _glue
impl UnwindSafe for _glue
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
Uses borrowed data to replace owned data, usually by cloning. Read more