pub struct Section1PayloadOptional {
pub template_num: u16,
pub template: IdentificationTemplate,
}
Fields§
§template_num: u16
Identification template number (optional, see Code table 1.5).
template: IdentificationTemplate
Identification template (optional, see template 1.X, where X is the identification template number given in octets 22–23).
Trait Implementations§
Source§impl Debug for Section1PayloadOptional
impl Debug for Section1PayloadOptional
Source§impl Dump for Section1PayloadOptional
impl Dump for Section1PayloadOptional
Source§impl PartialEq for Section1PayloadOptional
impl PartialEq for Section1PayloadOptional
Source§impl TryFromSlice for Section1PayloadOptional
impl TryFromSlice for Section1PayloadOptional
impl StructuralPartialEq for Section1PayloadOptional
Auto Trait Implementations§
impl Freeze for Section1PayloadOptional
impl RefUnwindSafe for Section1PayloadOptional
impl Send for Section1PayloadOptional
impl Sync for Section1PayloadOptional
impl Unpin for Section1PayloadOptional
impl UnwindSafe for Section1PayloadOptional
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