#[repr(C)]pub struct tagc8104 {
pub c8104inblock: Tc8104InBlock,
pub c8104outblock: Tc8104OutBlock,
}Fields§
§c8104inblock: Tc8104InBlock§c8104outblock: Tc8104OutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagc8104
impl RefUnwindSafe for tagc8104
impl Send for tagc8104
impl Sync for tagc8104
impl Unpin for tagc8104
impl UnwindSafe for tagc8104
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