Struct PctPublicKey
#[repr(C)]pub struct PctPublicKey {
pub Type: u32,
pub cbKey: u32,
pub pKey: [u8; 1],
}
Fields§
§Type: u32
§cbKey: u32
§pKey: [u8; 1]
Trait Implementations§
§impl Clone for PctPublicKey
impl Clone for PctPublicKey
§fn clone(&self) -> PctPublicKey
fn clone(&self) -> PctPublicKey
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 PctPublicKey
Auto Trait Implementations§
impl Freeze for PctPublicKey
impl RefUnwindSafe for PctPublicKey
impl Send for PctPublicKey
impl Sync for PctPublicKey
impl Unpin for PctPublicKey
impl UnwindSafe for PctPublicKey
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