pub struct EncryptionFields {
pub session_number: [u8; 4],
pub payload_crc: u16,
}Fields§
§session_number: [u8; 4]§payload_crc: u16Trait Implementations§
Source§impl Debug for EncryptionFields
impl Debug for EncryptionFields
Source§impl PartialEq for EncryptionFields
impl PartialEq for EncryptionFields
impl StructuralPartialEq for EncryptionFields
Auto Trait Implementations§
impl Freeze for EncryptionFields
impl RefUnwindSafe for EncryptionFields
impl Send for EncryptionFields
impl Sync for EncryptionFields
impl Unpin for EncryptionFields
impl UnsafeUnpin for EncryptionFields
impl UnwindSafe for EncryptionFields
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