#[repr(C)]pub struct tagp8104 {
pub p8104inblock: Tp8104InBlock,
pub p8104outblock: Tp8104OutBlock,
}Fields§
§p8104inblock: Tp8104InBlock§p8104outblock: Tp8104OutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagp8104
impl RefUnwindSafe for tagp8104
impl Send for tagp8104
impl Sync for tagp8104
impl Unpin for tagp8104
impl UnwindSafe for tagp8104
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