#[repr(C, align(4))]pub struct ecx_portt {
pub _bindgen_opaque_blob: [u32; 12983],
}Expand description
pointer structure to buffers, vars and mutexes for port instantiation
Fields§
§_bindgen_opaque_blob: [u32; 12983]Auto Trait Implementations§
impl Freeze for ecx_portt
impl RefUnwindSafe for ecx_portt
impl Send for ecx_portt
impl Sync for ecx_portt
impl Unpin for ecx_portt
impl UnwindSafe for ecx_portt
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