#[repr(C)]pub struct tagc4113 {
pub c4113inblock: Tc4113InBlock,
pub c4113outkospi200: Tc4113OutKospi200,
pub c4113outsmaster: Tc4113OutSMaster,
pub c4113outblock1: Tc4113OutBlock1,
pub c4113outblock2: Tc4113OutBlock2,
pub c4113outhoga1: Tc4113OutHoga1,
pub c4113outhoga2: Tc4113OutHoga2,
pub c4113outhoga3: Tc4113OutHoga3,
pub c4113outfuteq1: Tc4113OutFuteq1,
pub c4113outfuteq2: Tc4113OutFuteq2,
}Fields§
§c4113inblock: Tc4113InBlock§c4113outkospi200: Tc4113OutKospi200§c4113outsmaster: Tc4113OutSMaster§c4113outblock1: Tc4113OutBlock1§c4113outblock2: Tc4113OutBlock2§c4113outhoga1: Tc4113OutHoga1§c4113outhoga2: Tc4113OutHoga2§c4113outhoga3: Tc4113OutHoga3§c4113outfuteq1: Tc4113OutFuteq1§c4113outfuteq2: Tc4113OutFuteq2Trait Implementations§
Auto Trait Implementations§
impl Freeze for tagc4113
impl RefUnwindSafe for tagc4113
impl Send for tagc4113
impl Sync for tagc4113
impl Unpin for tagc4113
impl UnwindSafe for tagc4113
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