pub struct CoordinatorRealignmentData {
pub pan_id: PanId,
pub coordinator_address: ShortAddress,
pub channel: u8,
pub device_address: ShortAddress,
pub channel_page: Option<u8>,
}
Expand description
Coordinator re-alignment data
Changes to the PAN sent by the coordinator.
Fields§
§pan_id: PanId
PAN id that the coordinator will use
coordinator_address: ShortAddress
Short address that the coordinator will use
channel: u8
Channel that the coordinator will use
device_address: ShortAddress
Device address or broadcast
channel_page: Option<u8>
Channel page or channel number the coordinator will use
Trait Implementations§
Source§impl Clone for CoordinatorRealignmentData
impl Clone for CoordinatorRealignmentData
Source§fn clone(&self) -> CoordinatorRealignmentData
fn clone(&self) -> CoordinatorRealignmentData
Returns a duplicate 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 CoordinatorRealignmentData
impl Debug for CoordinatorRealignmentData
Source§impl Hash for CoordinatorRealignmentData
impl Hash for CoordinatorRealignmentData
Source§impl TryRead<'_> for CoordinatorRealignmentData
impl TryRead<'_> for CoordinatorRealignmentData
impl Copy for CoordinatorRealignmentData
impl Eq for CoordinatorRealignmentData
impl StructuralPartialEq for CoordinatorRealignmentData
Auto Trait Implementations§
impl Freeze for CoordinatorRealignmentData
impl RefUnwindSafe for CoordinatorRealignmentData
impl Send for CoordinatorRealignmentData
impl Sync for CoordinatorRealignmentData
impl Unpin for CoordinatorRealignmentData
impl UnwindSafe for CoordinatorRealignmentData
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