pub struct VbiLine {
pub field_parity: bool,
pub line_offset: u8,
}Expand description
One VBI line entry (Table 106 per-byte layout for ids 0x01–0x07).
Fields§
§field_parity: boolfield_parity (1 bit) — [5] of the service-descriptor byte.
line_offset: u8line_offset (5 bits) — [4:0] of the service-descriptor byte.
Trait Implementations§
impl Copy for VbiLine
impl Eq for VbiLine
impl StructuralPartialEq for VbiLine
Auto Trait Implementations§
impl Freeze for VbiLine
impl RefUnwindSafe for VbiLine
impl Send for VbiLine
impl Sync for VbiLine
impl Unpin for VbiLine
impl UnsafeUnpin for VbiLine
impl UnwindSafe for VbiLine
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