#[repr(C)]pub struct tagMULTIKEYHELPA {
pub mkSize: DWORD,
pub mkKeylist: CHAR,
pub szKeyphrase: [CHAR; 1],
}Fields§
§mkSize: DWORD§mkKeylist: CHAR§szKeyphrase: [CHAR; 1]Trait Implementations§
Source§impl Clone for tagMULTIKEYHELPA
impl Clone for tagMULTIKEYHELPA
Source§fn clone(&self) -> tagMULTIKEYHELPA
fn clone(&self) -> tagMULTIKEYHELPA
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 tagMULTIKEYHELPA
impl Debug for tagMULTIKEYHELPA
impl Copy for tagMULTIKEYHELPA
Auto Trait Implementations§
impl Freeze for tagMULTIKEYHELPA
impl RefUnwindSafe for tagMULTIKEYHELPA
impl Send for tagMULTIKEYHELPA
impl Sync for tagMULTIKEYHELPA
impl Unpin for tagMULTIKEYHELPA
impl UnwindSafe for tagMULTIKEYHELPA
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