#[repr(C)]pub struct tagp8302 {
pub p8302inblock: Tp8302InBlock,
pub p8302outblock: Tp8302OutBlock,
pub p8302outblock1: [Tp8302OutBlock1; 20],
}Fields§
§p8302inblock: Tp8302InBlock§p8302outblock: Tp8302OutBlock§p8302outblock1: [Tp8302OutBlock1; 20]Trait Implementations§
Auto Trait Implementations§
impl Freeze for tagp8302
impl RefUnwindSafe for tagp8302
impl Send for tagp8302
impl Sync for tagp8302
impl Unpin for tagp8302
impl UnwindSafe for tagp8302
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