#[repr(C)]pub struct otJoinerInfo {
pub mType: otJoinerInfoType,
pub mSharedId: otJoinerInfo__bindgen_ty_1,
pub mPskd: otJoinerPskd,
pub mExpirationTime: u32,
}
Expand description
Represents a Joiner Info.
Fields§
§mType: otJoinerInfoType
< Joiner type.
< Shared fields
mPskd: otJoinerPskd
< Joiner PSKd
mExpirationTime: u32
< Joiner expiration time in msec
Trait Implementations§
Source§impl Clone for otJoinerInfo
impl Clone for otJoinerInfo
Source§fn clone(&self) -> otJoinerInfo
fn clone(&self) -> otJoinerInfo
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 Default for otJoinerInfo
impl Default for otJoinerInfo
impl Copy for otJoinerInfo
Auto Trait Implementations§
impl Freeze for otJoinerInfo
impl RefUnwindSafe for otJoinerInfo
impl Send for otJoinerInfo
impl Sync for otJoinerInfo
impl Unpin for otJoinerInfo
impl UnwindSafe for otJoinerInfo
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
)