pub struct ExtendedLinkLayer {
pub communication_control: u8,
pub access_number: u8,
pub receiver_address: Option<ReceiverAddress>,
pub encryption: Option<EncryptionFields>,
}Fields§
§communication_control: u8§access_number: u8§receiver_address: Option<ReceiverAddress>§encryption: Option<EncryptionFields>Implementations§
Trait Implementations§
Source§impl Debug for ExtendedLinkLayer
impl Debug for ExtendedLinkLayer
Source§impl PartialEq for ExtendedLinkLayer
impl PartialEq for ExtendedLinkLayer
Source§fn eq(&self, other: &ExtendedLinkLayer) -> bool
fn eq(&self, other: &ExtendedLinkLayer) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExtendedLinkLayer
Auto Trait Implementations§
impl Freeze for ExtendedLinkLayer
impl RefUnwindSafe for ExtendedLinkLayer
impl Send for ExtendedLinkLayer
impl Sync for ExtendedLinkLayer
impl Unpin for ExtendedLinkLayer
impl UnsafeUnpin for ExtendedLinkLayer
impl UnwindSafe for ExtendedLinkLayer
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