#[repr(C)]pub struct tagc8201 {
pub c8201inblock: Tc8201InBlock,
pub c8201outblock: Tc8201OutBlock,
pub c8201outblock1: [Tc8201OutBlock1; 20],
}Fields§
§c8201inblock: Tc8201InBlock§c8201outblock: Tc8201OutBlock§c8201outblock1: [Tc8201OutBlock1; 20]Trait Implementations§
Auto Trait Implementations§
impl Freeze for tagc8201
impl RefUnwindSafe for tagc8201
impl Send for tagc8201
impl Sync for tagc8201
impl Unpin for tagc8201
impl UnwindSafe for tagc8201
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