#[repr(C)]pub struct otMessageSettings {
pub mLinkSecurityEnabled: bool,
pub mPriority: otMessagePriority,
}Expand description
This structure represents a message settings.
Fields§
§mLinkSecurityEnabled: bool< TRUE if the message should be secured at Layer 2.
mPriority: otMessagePriority< The message priority level.
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
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