#[repr(C, packed(1))]pub struct CDhMsg1 {
pub g_a: Ec256PublicKey,
pub target: TargetInfo,
}
Fields§
§g_a: Ec256PublicKey
§target: TargetInfo
Trait Implementations§
impl ContiguousMemory for CDhMsg1
impl Copy for CDhMsg1
Auto Trait Implementations§
impl RefUnwindSafe for CDhMsg1
impl Send for CDhMsg1
impl Sync for CDhMsg1
impl Unpin for CDhMsg1
impl UnwindSafe for CDhMsg1
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