#[repr(C)]pub struct tagp8301 {
pub p8301inblock: Tp8301InBlock,
pub p8301outblock: Tp8301OutBlock,
}Fields§
§p8301inblock: Tp8301InBlock§p8301outblock: Tp8301OutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagp8301
impl RefUnwindSafe for tagp8301
impl Send for tagp8301
impl Sync for tagp8301
impl Unpin for tagp8301
impl UnwindSafe for tagp8301
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