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