#[repr(C)]pub struct AccountInfo {
pub account_no: [c_char; 11],
pub account_name: [c_char; 40],
pub act_pdt_cdz3: [c_char; 3],
pub amn_tab_cdz4: [c_char; 4],
pub expr_datez8: [c_char; 8],
pub granted: c_char,
pub filler: [c_char; 189],
}Fields§
§account_no: [c_char; 11]§account_name: [c_char; 40]§act_pdt_cdz3: [c_char; 3]§amn_tab_cdz4: [c_char; 4]§expr_datez8: [c_char; 8]§granted: c_char§filler: [c_char; 189]Auto Trait Implementations§
impl Freeze for AccountInfo
impl RefUnwindSafe for AccountInfo
impl Send for AccountInfo
impl Sync for AccountInfo
impl Unpin for AccountInfo
impl UnwindSafe for AccountInfo
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