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