#[repr(C)]pub struct tagp8105 {
pub p8105inblock: Tp8105InBlock,
pub p8105outblock: Tp8105OutBlock,
}Fields§
§p8105inblock: Tp8105InBlock§p8105outblock: Tp8105OutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagp8105
impl RefUnwindSafe for tagp8105
impl Send for tagp8105
impl Sync for tagp8105
impl Unpin for tagp8105
impl UnwindSafe for tagp8105
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