#[repr(C)]pub struct otJoinerInfo {
pub mEui64: otExtAddress,
pub mPsk: [c_char; 33],
pub mExpirationTime: u32,
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
pub __bindgen_padding_0: [u8; 3],
}Expand description
This structure represents a Joiner Info.
Fields§
§mEui64: otExtAddress< Joiner eui64
mPsk: [c_char; 33]< Joiner pskd
mExpirationTime: u32< Joiner expiration time in msec
_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>§__bindgen_padding_0: [u8; 3]Implementations§
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 moreimpl 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