Struct esp_idf_sys::rmt_mem_s
source · [−]#[repr(C)]pub struct rmt_mem_s {
pub chan: [rmt_mem_s__bindgen_ty_1; 4],
}
Fields
chan: [rmt_mem_s__bindgen_ty_1; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rmt_mem_s
impl Send for rmt_mem_s
impl Sync for rmt_mem_s
impl Unpin for rmt_mem_s
impl UnwindSafe for rmt_mem_s
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