Struct boring_sys::spake2_role_t
source · [−]#[repr(transparent)]pub struct spake2_role_t(pub c_uint);Tuple Fields
0: c_uintImplementations
sourceimpl spake2_role_t
impl spake2_role_t
pub const spake2_role_alice: spake2_role_t = _
sourceimpl spake2_role_t
impl spake2_role_t
pub const spake2_role_bob: spake2_role_t = _
Trait Implementations
sourceimpl Clone for spake2_role_t
impl Clone for spake2_role_t
sourcefn clone(&self) -> spake2_role_t
fn clone(&self) -> spake2_role_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for spake2_role_t
impl Debug for spake2_role_t
sourceimpl Hash for spake2_role_t
impl Hash for spake2_role_t
sourceimpl PartialEq<spake2_role_t> for spake2_role_t
impl PartialEq<spake2_role_t> for spake2_role_t
sourcefn eq(&self, other: &spake2_role_t) -> bool
fn eq(&self, other: &spake2_role_t) -> bool
impl Copy for spake2_role_t
impl Eq for spake2_role_t
impl StructuralEq for spake2_role_t
impl StructuralPartialEq for spake2_role_t
Auto Trait Implementations
impl RefUnwindSafe for spake2_role_t
impl Send for spake2_role_t
impl Sync for spake2_role_t
impl Unpin for spake2_role_t
impl UnwindSafe for spake2_role_t
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