#[repr(C)]pub struct tagc8201InBlock {
pub pswd_noz44: [c_char; 44],
pub _pswd_noz44: c_char,
pub bnc_bse_cdz1: [c_char; 1],
pub _bnc_bse_cdz1: c_char,
}Fields§
§pswd_noz44: [c_char; 44]§_pswd_noz44: c_char§bnc_bse_cdz1: [c_char; 1]§_bnc_bse_cdz1: c_charTrait Implementations§
Source§impl Clone for tagc8201InBlock
impl Clone for tagc8201InBlock
Source§fn clone(&self) -> tagc8201InBlock
fn clone(&self) -> tagc8201InBlock
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 tagc8201InBlock
Auto Trait Implementations§
impl Freeze for tagc8201InBlock
impl RefUnwindSafe for tagc8201InBlock
impl Send for tagc8201InBlock
impl Sync for tagc8201InBlock
impl Unpin for tagc8201InBlock
impl UnwindSafe for tagc8201InBlock
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