#[repr(C)]pub struct _RSAPUBKEY {
pub magic: DWORD,
pub bitlen: DWORD,
pub pubexp: DWORD,
}Fields§
§magic: DWORD§bitlen: DWORD§pubexp: DWORDTrait Implementations§
Source§impl Clone for _RSAPUBKEY
impl Clone for _RSAPUBKEY
Source§fn clone(&self) -> _RSAPUBKEY
fn clone(&self) -> _RSAPUBKEY
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 _RSAPUBKEY
impl Debug for _RSAPUBKEY
impl Copy for _RSAPUBKEY
Auto Trait Implementations§
impl Freeze for _RSAPUBKEY
impl RefUnwindSafe for _RSAPUBKEY
impl Send for _RSAPUBKEY
impl Sync for _RSAPUBKEY
impl Unpin for _RSAPUBKEY
impl UnwindSafe for _RSAPUBKEY
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