#[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 copy 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
Source§impl Ord for tagMULTIKEYHELPW
impl Ord for tagMULTIKEYHELPW
Source§fn cmp(&self, other: &tagMULTIKEYHELPW) -> Ordering
fn cmp(&self, other: &tagMULTIKEYHELPW) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagMULTIKEYHELPW
impl PartialEq for tagMULTIKEYHELPW
Source§impl PartialOrd for tagMULTIKEYHELPW
impl PartialOrd for tagMULTIKEYHELPW
impl Copy for tagMULTIKEYHELPW
impl Eq for tagMULTIKEYHELPW
impl StructuralPartialEq 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