#[repr(C)]pub struct tagc8101 {
pub c8101inblock: Tc8101InBlock,
pub c8101outblock: Tc8101OutBlock,
}Fields§
§c8101inblock: Tc8101InBlock§c8101outblock: Tc8101OutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagc8101
impl RefUnwindSafe for tagc8101
impl Send for tagc8101
impl Sync for tagc8101
impl Unpin for tagc8101
impl UnwindSafe for tagc8101
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