#[repr(C)]pub struct tagc8311InBlock {
pub in_pswdz8: [c_char; 44],
pub _in_pswdz8: c_char,
pub job_gubunz1: [c_char; 1],
pub _job_gubunz1: c_char,
pub trobj_stock_codez12: [c_char; 12],
pub _trobj_stock_codez12: c_char,
}Fields§
§in_pswdz8: [c_char; 44]§_in_pswdz8: c_char§job_gubunz1: [c_char; 1]§_job_gubunz1: c_char§trobj_stock_codez12: [c_char; 12]§_trobj_stock_codez12: c_charTrait Implementations§
Source§impl Clone for tagc8311InBlock
impl Clone for tagc8311InBlock
Source§fn clone(&self) -> tagc8311InBlock
fn clone(&self) -> tagc8311InBlock
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 moreimpl Copy for tagc8311InBlock
Auto Trait Implementations§
impl Freeze for tagc8311InBlock
impl RefUnwindSafe for tagc8311InBlock
impl Send for tagc8311InBlock
impl Sync for tagc8311InBlock
impl Unpin for tagc8311InBlock
impl UnwindSafe for tagc8311InBlock
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