#[repr(C)]pub struct otJoinerInfo {
pub mType: u32,
pub mSharedId: otJoinerInfo__bindgen_ty_1,
pub mPskd: otJoinerPskd,
pub mExpirationTime: u32,
}
Expand description
Represents a Joiner Info.
Fields§
§mType: u32
< 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§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
Source§fn default() -> otJoinerInfo
fn default() -> otJoinerInfo
Returns the “default value” for a type. Read more
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§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)