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