pub struct ApplicationSignallingEntry {
pub application_type: u16,
pub ait_version_number: u8,
}Expand description
One application-signalling loop entry.
Fields§
§application_type: u1615-bit application_type (e.g. 0x0001 = DVB-J, 0x0010 = DVB-HTML).
ait_version_number: u85-bit AIT_version_number this entry refers to.
Trait Implementations§
Source§impl Clone for ApplicationSignallingEntry
impl Clone for ApplicationSignallingEntry
Source§fn clone(&self) -> ApplicationSignallingEntry
fn clone(&self) -> ApplicationSignallingEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ApplicationSignallingEntry
impl Debug for ApplicationSignallingEntry
impl Eq for ApplicationSignallingEntry
Source§impl PartialEq for ApplicationSignallingEntry
impl PartialEq for ApplicationSignallingEntry
Source§fn eq(&self, other: &ApplicationSignallingEntry) -> bool
fn eq(&self, other: &ApplicationSignallingEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ApplicationSignallingEntry
Auto Trait Implementations§
impl Freeze for ApplicationSignallingEntry
impl RefUnwindSafe for ApplicationSignallingEntry
impl Send for ApplicationSignallingEntry
impl Sync for ApplicationSignallingEntry
impl Unpin for ApplicationSignallingEntry
impl UnsafeUnpin for ApplicationSignallingEntry
impl UnwindSafe for ApplicationSignallingEntry
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