#[repr(C)]pub struct tagp1003 {
pub p1003inblock: Tp1003InBlock,
pub p1003outblock: [Tp1003OutBlock; 20],
}Fields§
§p1003inblock: Tp1003InBlock§p1003outblock: [Tp1003OutBlock; 20]Trait Implementations§
Auto Trait Implementations§
impl Freeze for tagp1003
impl RefUnwindSafe for tagp1003
impl Send for tagp1003
impl Sync for tagp1003
impl Unpin for tagp1003
impl UnwindSafe for tagp1003
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