#[repr(C)]pub struct tagp8101 {
pub p8101inblock: Tp8101InBlock,
pub p8101outblock: Tp8101OutBlock,
pub p8101outblock1: [Tp8101OutBlock1; 17],
}Fields§
§p8101inblock: Tp8101InBlock§p8101outblock: Tp8101OutBlock§p8101outblock1: [Tp8101OutBlock1; 17]Trait Implementations§
Auto Trait Implementations§
impl Freeze for tagp8101
impl RefUnwindSafe for tagp8101
impl Send for tagp8101
impl Sync for tagp8101
impl Unpin for tagp8101
impl UnwindSafe for tagp8101
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