pub struct LongTplHeader {
pub identification_number: IdentificationNumber,
pub manufacturer: Result<ManufacturerCode, ApplicationLayerError>,
pub version: u8,
pub device_type: DeviceType,
pub short_tpl_header: ShortTplHeader,
pub lsb_order: bool,
}Fields§
§identification_number: IdentificationNumber§manufacturer: Result<ManufacturerCode, ApplicationLayerError>§version: u8§device_type: DeviceType§short_tpl_header: ShortTplHeader§lsb_order: boolImplementations§
Source§impl LongTplHeader
impl LongTplHeader
pub fn is_encrypted(&self) -> bool
Trait Implementations§
Source§impl Debug for LongTplHeader
impl Debug for LongTplHeader
Source§impl PartialEq for LongTplHeader
impl PartialEq for LongTplHeader
impl StructuralPartialEq for LongTplHeader
Auto Trait Implementations§
impl Freeze for LongTplHeader
impl RefUnwindSafe for LongTplHeader
impl Send for LongTplHeader
impl Sync for LongTplHeader
impl Unpin for LongTplHeader
impl UnsafeUnpin for LongTplHeader
impl UnwindSafe for LongTplHeader
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