#[repr(C)]pub struct tagp8105InBlock {Show 22 fields
pub pwdz8: [c_char; 44],
pub _pwdz8: c_char,
pub ost_dit_cdz1: [c_char; 1],
pub _ost_dit_cdz1: c_char,
pub sby_dit_cdz1: [c_char; 1],
pub _sby_dit_cdz1: c_char,
pub iem_gbz1: [c_char; 1],
pub _iem_gbz1: c_char,
pub iem_cdz12: [c_char; 12],
pub _iem_cdz12: c_char,
pub nmn_pr_tp_gbz1: [c_char; 1],
pub _nmn_pr_tp_gbz1: c_char,
pub nmn_pr_tp_cdz2: [c_char; 2],
pub _nmn_pr_tp_cdz2: c_char,
pub orr_prz18: [c_char; 18],
pub _orr_prz18: c_char,
pub mdi_tp_cdz1: [c_char; 1],
pub _mdi_tp_cdz1: c_char,
pub cfd_lon_cdz2: [c_char; 2],
pub _cfd_lon_cdz2: c_char,
pub lon_dtz8: [c_char; 8],
pub _lon_dtz8: c_char,
}Fields§
§pwdz8: [c_char; 44]§_pwdz8: c_char§ost_dit_cdz1: [c_char; 1]§_ost_dit_cdz1: c_char§sby_dit_cdz1: [c_char; 1]§_sby_dit_cdz1: c_char§iem_gbz1: [c_char; 1]§_iem_gbz1: c_char§iem_cdz12: [c_char; 12]§_iem_cdz12: c_char§nmn_pr_tp_gbz1: [c_char; 1]§_nmn_pr_tp_gbz1: c_char§nmn_pr_tp_cdz2: [c_char; 2]§_nmn_pr_tp_cdz2: c_char§orr_prz18: [c_char; 18]§_orr_prz18: c_char§mdi_tp_cdz1: [c_char; 1]§_mdi_tp_cdz1: c_char§cfd_lon_cdz2: [c_char; 2]§_cfd_lon_cdz2: c_char§lon_dtz8: [c_char; 8]§_lon_dtz8: c_charTrait Implementations§
Source§impl Clone for tagp8105InBlock
impl Clone for tagp8105InBlock
Source§fn clone(&self) -> tagp8105InBlock
fn clone(&self) -> tagp8105InBlock
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 tagp8105InBlock
Auto Trait Implementations§
impl Freeze for tagp8105InBlock
impl RefUnwindSafe for tagp8105InBlock
impl Send for tagp8105InBlock
impl Sync for tagp8105InBlock
impl Unpin for tagp8105InBlock
impl UnwindSafe for tagp8105InBlock
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