#[repr(C)]pub struct _PUBKEYVER3 {
pub magic: DWORD,
pub bitlenP: DWORD,
pub bitlenQ: DWORD,
pub bitlenJ: DWORD,
pub DSSSeed: DSSSEED,
}Fields§
§magic: DWORD§bitlenP: DWORD§bitlenQ: DWORD§bitlenJ: DWORD§DSSSeed: DSSSEEDTrait Implementations§
Source§impl Clone for _PUBKEYVER3
impl Clone for _PUBKEYVER3
Source§fn clone(&self) -> _PUBKEYVER3
fn clone(&self) -> _PUBKEYVER3
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 _PUBKEYVER3
impl Debug for _PUBKEYVER3
impl Copy for _PUBKEYVER3
Auto Trait Implementations§
impl Freeze for _PUBKEYVER3
impl RefUnwindSafe for _PUBKEYVER3
impl Send for _PUBKEYVER3
impl Sync for _PUBKEYVER3
impl Unpin for _PUBKEYVER3
impl UnwindSafe for _PUBKEYVER3
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