#[repr(C)]pub struct tagc8311 {
pub c8311inblock: Tc8311InBlock,
pub c8311outblock: Tc8311OutBlock,
pub c8311outblock1: [Tc8311OutBlock1; 10],
}Fields§
§c8311inblock: Tc8311InBlock§c8311outblock: Tc8311OutBlock§c8311outblock1: [Tc8311OutBlock1; 10]Trait Implementations§
Auto Trait Implementations§
impl Freeze for tagc8311
impl RefUnwindSafe for tagc8311
impl Send for tagc8311
impl Sync for tagc8311
impl Unpin for tagc8311
impl UnwindSafe for tagc8311
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