#[repr(C)]pub struct otJoinerDiscerner {
pub mValue: u64,
pub mLength: u8,
}
Expand description
Represents a Joiner Discerner.
Fields§
§mValue: u64
< Discerner value (the lowest mLength
bits specify the discerner).
mLength: u8
< Length (number of bits) - must be non-zero and at most OT_JOINER_MAX_DISCERNER_LENGTH
.
Trait Implementations§
Source§impl Clone for otJoinerDiscerner
impl Clone for otJoinerDiscerner
Source§fn clone(&self) -> otJoinerDiscerner
fn clone(&self) -> otJoinerDiscerner
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for otJoinerDiscerner
impl Debug for otJoinerDiscerner
Source§impl Default for otJoinerDiscerner
impl Default for otJoinerDiscerner
Source§fn default() -> otJoinerDiscerner
fn default() -> otJoinerDiscerner
Returns the “default value” for a type. Read more
impl Copy for otJoinerDiscerner
Auto Trait Implementations§
impl Freeze for otJoinerDiscerner
impl RefUnwindSafe for otJoinerDiscerner
impl Send for otJoinerDiscerner
impl Sync for otJoinerDiscerner
impl Unpin for otJoinerDiscerner
impl UnwindSafe for otJoinerDiscerner
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)