#[repr(C)]pub struct tagp8301InBlock {
pub issue_codez9: [c_char; 9],
pub _issue_codez9: c_char,
pub slbuy_typez1: [c_char; 1],
pub _slbuy_typez1: c_char,
pub ord_typez1: [c_char; 1],
pub _ord_typez1: c_char,
pub order_pricez12: [c_char; 12],
pub _order_pricez12: c_char,
pub passwd_noz8: [c_char; 44],
pub _passwd_noz8: c_char,
}Fields§
§issue_codez9: [c_char; 9]§_issue_codez9: c_char§slbuy_typez1: [c_char; 1]§_slbuy_typez1: c_char§ord_typez1: [c_char; 1]§_ord_typez1: c_char§order_pricez12: [c_char; 12]§_order_pricez12: c_char§passwd_noz8: [c_char; 44]§_passwd_noz8: c_charTrait Implementations§
Source§impl Clone for tagp8301InBlock
impl Clone for tagp8301InBlock
Source§fn clone(&self) -> tagp8301InBlock
fn clone(&self) -> tagp8301InBlock
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 tagp8301InBlock
Auto Trait Implementations§
impl Freeze for tagp8301InBlock
impl RefUnwindSafe for tagp8301InBlock
impl Send for tagp8301InBlock
impl Sync for tagp8301InBlock
impl Unpin for tagp8301InBlock
impl UnwindSafe for tagp8301InBlock
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