#[repr(C)]pub struct CRaMsg1 {
pub g_a: Ec256PublicKey,
pub gid: EpidGroupId,
}
Fields
g_a: Ec256PublicKey
gid: EpidGroupId
Trait Implementations
impl ContiguousMemory for CRaMsg1
impl Copy for CRaMsg1
Auto Trait Implementations
impl RefUnwindSafe for CRaMsg1
impl Send for CRaMsg1
impl Sync for CRaMsg1
impl Unpin for CRaMsg1
impl UnwindSafe for CRaMsg1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more