#[repr(C)]pub struct otMessageSettings {
pub mLinkSecurityEnabled: bool,
pub mPriority: u8,
}
Expand description
Represents a message settings.
Fields§
§mLinkSecurityEnabled: bool
< TRUE if the message should be secured at Layer 2.
mPriority: u8
< Priority level (MUST be a OT_MESSAGE_PRIORITY_*
from otMessagePriority
).
Trait Implementations§
Source§impl Clone for otMessageSettings
impl Clone for otMessageSettings
Source§fn clone(&self) -> otMessageSettings
fn clone(&self) -> otMessageSettings
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 otMessageSettings
impl Debug for otMessageSettings
Source§impl Default for otMessageSettings
impl Default for otMessageSettings
Source§fn default() -> otMessageSettings
fn default() -> otMessageSettings
Returns the “default value” for a type. Read more
impl Copy for otMessageSettings
Auto Trait Implementations§
impl Freeze for otMessageSettings
impl RefUnwindSafe for otMessageSettings
impl Send for otMessageSettings
impl Sync for otMessageSettings
impl Unpin for otMessageSettings
impl UnwindSafe for otMessageSettings
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)