pub struct LinkFrame {
pub class: u8,
pub quality: u8,
}Expand description
The peer’s link class and a normalized 0..=255 quality (RSSI / RSRP / link-rate). A class change (wifi -> cellular) is a handoff announcement.
Fields§
§class: u8§quality: u8Trait Implementations§
impl Copy for LinkFrame
impl Eq for LinkFrame
impl StructuralPartialEq for LinkFrame
Auto Trait Implementations§
impl Freeze for LinkFrame
impl RefUnwindSafe for LinkFrame
impl Send for LinkFrame
impl Sync for LinkFrame
impl Unpin for LinkFrame
impl UnsafeUnpin for LinkFrame
impl UnwindSafe for LinkFrame
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