#[repr(u8)]pub enum DataLinkFunction {
Result = 0,
WriteBroadcastDistributionTable = 1,
ReadBroadcastDistTable = 2,
ReadBroadcastDistTableAck = 3,
ForwardedNpdu = 4,
RegisterForeignDevice = 5,
ReadForeignDeviceTable = 6,
ReadForeignDeviceTableAck = 7,
DeleteForeignDeviceTableEntry = 8,
DistributeBroadcastToNetwork = 9,
OriginalUnicastNpdu = 10,
OriginalBroadcastNpdu = 11,
}Variants§
Result = 0
WriteBroadcastDistributionTable = 1
ReadBroadcastDistTable = 2
ReadBroadcastDistTableAck = 3
ForwardedNpdu = 4
RegisterForeignDevice = 5
ReadForeignDeviceTable = 6
ReadForeignDeviceTableAck = 7
DeleteForeignDeviceTableEntry = 8
DistributeBroadcastToNetwork = 9
OriginalUnicastNpdu = 10
OriginalBroadcastNpdu = 11
Trait Implementations§
Source§impl Clone for DataLinkFunction
impl Clone for DataLinkFunction
Source§fn clone(&self) -> DataLinkFunction
fn clone(&self) -> DataLinkFunction
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 DataLinkFunction
impl Debug for DataLinkFunction
Auto Trait Implementations§
impl Freeze for DataLinkFunction
impl RefUnwindSafe for DataLinkFunction
impl Send for DataLinkFunction
impl Sync for DataLinkFunction
impl Unpin for DataLinkFunction
impl UnwindSafe for DataLinkFunction
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