Struct lakers_shared::InitiatorStart
source · #[repr(C)]pub struct InitiatorStart {
pub suites_i: BytesSuites,
pub suites_i_len: usize,
pub x: BytesP256ElemLen,
pub g_x: BytesP256ElemLen,
}Fields§
§suites_i: BytesSuites§suites_i_len: usize§x: BytesP256ElemLen§g_x: BytesP256ElemLenTrait Implementations§
Auto Trait Implementations§
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