pub struct AllLinkComplete {
pub mode: AllLinkMode,
pub group: u8,
pub address: Address,
pub category: u8,
pub sub_category: u8,
pub firmware_version: u8,
}
Expand description
This represents the result of a completed link.
Fields§
§mode: AllLinkMode
§group: u8
§address: Address
§category: u8
§sub_category: u8
§firmware_version: u8
Trait Implementations§
Source§impl Clone for AllLinkComplete
impl Clone for AllLinkComplete
Source§fn clone(&self) -> AllLinkComplete
fn clone(&self) -> AllLinkComplete
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 AllLinkComplete
impl Debug for AllLinkComplete
Source§impl PartialEq for AllLinkComplete
impl PartialEq for AllLinkComplete
impl StructuralPartialEq for AllLinkComplete
Auto Trait Implementations§
impl Freeze for AllLinkComplete
impl RefUnwindSafe for AllLinkComplete
impl Send for AllLinkComplete
impl Sync for AllLinkComplete
impl Unpin for AllLinkComplete
impl UnwindSafe for AllLinkComplete
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