#[repr(C)]pub struct tagp8302InBlock {
pub proc_gubunz1: [c_char; 1],
pub _proc_gubunz1: c_char,
pub trobj_stock_codez12: [c_char; 12],
pub _trobj_stock_codez12: c_char,
}Fields§
§proc_gubunz1: [c_char; 1]§_proc_gubunz1: c_char§trobj_stock_codez12: [c_char; 12]§_trobj_stock_codez12: c_charTrait Implementations§
Source§impl Clone for tagp8302InBlock
impl Clone for tagp8302InBlock
Source§fn clone(&self) -> tagp8302InBlock
fn clone(&self) -> tagp8302InBlock
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for tagp8302InBlock
impl Debug for tagp8302InBlock
impl Copy for tagp8302InBlock
Auto Trait Implementations§
impl Freeze for tagp8302InBlock
impl RefUnwindSafe for tagp8302InBlock
impl Send for tagp8302InBlock
impl Sync for tagp8302InBlock
impl Unpin for tagp8302InBlock
impl UnwindSafe for tagp8302InBlock
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