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