pub struct PubkeyStruct {
pub sig_alg: [u8; 2],
pub keynum_pk: KeynumPK,
}
Fields§
§sig_alg: [u8; 2]
§keynum_pk: KeynumPK
Implementations§
Trait Implementations§
Source§impl Debug for PubkeyStruct
impl Debug for PubkeyStruct
Source§impl PartialEq for PubkeyStruct
impl PartialEq for PubkeyStruct
impl Eq for PubkeyStruct
Auto Trait Implementations§
impl Freeze for PubkeyStruct
impl RefUnwindSafe for PubkeyStruct
impl Send for PubkeyStruct
impl Sync for PubkeyStruct
impl Unpin for PubkeyStruct
impl UnwindSafe for PubkeyStruct
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