#[repr(C)]pub struct tagc8322 {
pub c8322inblock: Tc8322InBlock,
pub c8322outblock: Tc8322OutBlock,
pub c8322outblock1: [Tc8322OutBlock1; 20],
pub c8322outblock_in: Tc8322OutBlock_IN,
}Fields§
§c8322inblock: Tc8322InBlock§c8322outblock: Tc8322OutBlock§c8322outblock1: [Tc8322OutBlock1; 20]§c8322outblock_in: Tc8322OutBlock_INTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagc8322
impl RefUnwindSafe for tagc8322
impl Send for tagc8322
impl Sync for tagc8322
impl Unpin for tagc8322
impl UnwindSafe for tagc8322
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