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