#[repr(C)]pub struct tagp8101OutBlock {
pub accnt_namez30: [c_char; 30],
pub _accnt_namez30: c_char,
}Fields§
§accnt_namez30: [c_char; 30]§_accnt_namez30: c_charTrait Implementations§
Source§impl Clone for tagp8101OutBlock
impl Clone for tagp8101OutBlock
Source§fn clone(&self) -> tagp8101OutBlock
fn clone(&self) -> tagp8101OutBlock
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 tagp8101OutBlock
impl Debug for tagp8101OutBlock
impl Copy for tagp8101OutBlock
Auto Trait Implementations§
impl Freeze for tagp8101OutBlock
impl RefUnwindSafe for tagp8101OutBlock
impl Send for tagp8101OutBlock
impl Sync for tagp8101OutBlock
impl Unpin for tagp8101OutBlock
impl UnwindSafe for tagp8101OutBlock
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