#[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 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 tagMULTIKEYHELPA
impl Debug for tagMULTIKEYHELPA
Source§impl Ord for tagMULTIKEYHELPA
impl Ord for tagMULTIKEYHELPA
Source§fn cmp(&self, other: &tagMULTIKEYHELPA) -> Ordering
fn cmp(&self, other: &tagMULTIKEYHELPA) -> 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 tagMULTIKEYHELPA
impl PartialEq for tagMULTIKEYHELPA
Source§impl PartialOrd for tagMULTIKEYHELPA
impl PartialOrd for tagMULTIKEYHELPA
impl Copy for tagMULTIKEYHELPA
impl Eq for tagMULTIKEYHELPA
impl StructuralPartialEq 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