#[repr(C)]pub struct otBorderAgentSessionIterator {
pub mPtr: *mut c_void,
pub mData: u64,
}
Expand description
Represents an iterator for Border Agent sessions.
The caller MUST NOT access or update the fields in this struct. It is intended for OpenThread internal use only.
Fields§
§mPtr: *mut c_void
§mData: u64
Trait Implementations§
Source§impl Clone for otBorderAgentSessionIterator
impl Clone for otBorderAgentSessionIterator
Source§fn clone(&self) -> otBorderAgentSessionIterator
fn clone(&self) -> otBorderAgentSessionIterator
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 otBorderAgentSessionIterator
impl Debug for otBorderAgentSessionIterator
impl Copy for otBorderAgentSessionIterator
Auto Trait Implementations§
impl Freeze for otBorderAgentSessionIterator
impl RefUnwindSafe for otBorderAgentSessionIterator
impl !Send for otBorderAgentSessionIterator
impl !Sync for otBorderAgentSessionIterator
impl Unpin for otBorderAgentSessionIterator
impl UnwindSafe for otBorderAgentSessionIterator
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