#[repr(C)]pub struct otBorderAgentMeshCoPServiceTxtData {
pub mData: [u8; 128],
pub mLength: u16,
}
Expand description
Represents the Border Agent MeshCoP Service TXT data.
Fields§
§mData: [u8; 128]
§mLength: u16
Trait Implementations§
Source§impl Clone for otBorderAgentMeshCoPServiceTxtData
impl Clone for otBorderAgentMeshCoPServiceTxtData
Source§fn clone(&self) -> otBorderAgentMeshCoPServiceTxtData
fn clone(&self) -> otBorderAgentMeshCoPServiceTxtData
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 otBorderAgentMeshCoPServiceTxtData
Auto Trait Implementations§
impl Freeze for otBorderAgentMeshCoPServiceTxtData
impl RefUnwindSafe for otBorderAgentMeshCoPServiceTxtData
impl Send for otBorderAgentMeshCoPServiceTxtData
impl Sync for otBorderAgentMeshCoPServiceTxtData
impl Unpin for otBorderAgentMeshCoPServiceTxtData
impl UnwindSafe for otBorderAgentMeshCoPServiceTxtData
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