#[repr(C)]pub struct InitiatorStart {
pub suites_i: EdhocBuffer<MAX_SUITES_LEN>,
pub method: u8,
pub x: BytesP256ElemLen,
pub g_x: BytesP256ElemLen,
}Fields§
§suites_i: EdhocBuffer<MAX_SUITES_LEN>§method: u8§x: BytesP256ElemLen§g_x: BytesP256ElemLenTrait Implementations§
Auto Trait Implementations§
impl Freeze for InitiatorStart
impl RefUnwindSafe for InitiatorStart
impl Send for InitiatorStart
impl Sync for InitiatorStart
impl Unpin for InitiatorStart
impl UnwindSafe for InitiatorStart
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