#[repr(C, packed(1))]pub struct otMeshLocalPrefix {
pub m8: [u8; 8],
}Expand description
This structure represents a Mesh Local Prefix.
Fields§
§m8: [u8; 8]< Byte values
Trait Implementations§
Source§impl Clone for otMeshLocalPrefix
impl Clone for otMeshLocalPrefix
Source§fn clone(&self) -> otMeshLocalPrefix
fn clone(&self) -> otMeshLocalPrefix
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 otMeshLocalPrefix
impl Debug for otMeshLocalPrefix
impl Copy for otMeshLocalPrefix
Auto Trait Implementations§
impl Freeze for otMeshLocalPrefix
impl RefUnwindSafe for otMeshLocalPrefix
impl Send for otMeshLocalPrefix
impl Sync for otMeshLocalPrefix
impl Unpin for otMeshLocalPrefix
impl UnwindSafe for otMeshLocalPrefix
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