#[repr(C)]pub struct otRadioLinkInfo {
pub mPreference: u8,
}
Expand description
Represents information associated with a radio link.
Fields§
§mPreference: u8
< Preference level of radio link
Trait Implementations§
Source§impl Clone for otRadioLinkInfo
impl Clone for otRadioLinkInfo
Source§fn clone(&self) -> otRadioLinkInfo
fn clone(&self) -> otRadioLinkInfo
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 otRadioLinkInfo
impl Debug for otRadioLinkInfo
Source§impl Default for otRadioLinkInfo
impl Default for otRadioLinkInfo
Source§fn default() -> otRadioLinkInfo
fn default() -> otRadioLinkInfo
Returns the “default value” for a type. Read more
impl Copy for otRadioLinkInfo
Auto Trait Implementations§
impl Freeze for otRadioLinkInfo
impl RefUnwindSafe for otRadioLinkInfo
impl Send for otRadioLinkInfo
impl Sync for otRadioLinkInfo
impl Unpin for otRadioLinkInfo
impl UnwindSafe for otRadioLinkInfo
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
)