#[repr(C)]pub struct tagp8104InBlock {
pub pswd_noz8: [c_char; 44],
pub _pswd_noz8: c_char,
pub issue_codez6: [c_char; 6],
pub _issue_codez6: c_char,
pub gubunz1: [c_char; 1],
pub _gubunz1: c_char,
pub the_datez8: [c_char; 8],
pub _the_datez8: c_char,
}Fields§
§pswd_noz8: [c_char; 44]§_pswd_noz8: c_char§issue_codez6: [c_char; 6]§_issue_codez6: c_char§gubunz1: [c_char; 1]§_gubunz1: c_char§the_datez8: [c_char; 8]§_the_datez8: c_charTrait Implementations§
Source§impl Clone for tagp8104InBlock
impl Clone for tagp8104InBlock
Source§fn clone(&self) -> tagp8104InBlock
fn clone(&self) -> tagp8104InBlock
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 tagp8104InBlock
Auto Trait Implementations§
impl Freeze for tagp8104InBlock
impl RefUnwindSafe for tagp8104InBlock
impl Send for tagp8104InBlock
impl Sync for tagp8104InBlock
impl Unpin for tagp8104InBlock
impl UnwindSafe for tagp8104InBlock
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