pub struct Ltw {
pub ltw_valid_flag: bool,
pub ltw_offset: u16,
}Expand description
legal_time_window field within the adaptation-field extension
(ISO/IEC 13818-1:2007 §2.4.3.5, ltw_flag == 1).
Wire layout: ltw_valid_flag(1) | ltw_offset(15) = 2 bytes.
Fields§
§ltw_valid_flag: boolLTW offset valid flag.
ltw_offset: u1615-bit ltw_offset (lower bound of the legal time window).
Trait Implementations§
impl Copy for Ltw
impl Eq for Ltw
impl StructuralPartialEq for Ltw
Auto Trait Implementations§
impl Freeze for Ltw
impl RefUnwindSafe for Ltw
impl Send for Ltw
impl Sync for Ltw
impl Unpin for Ltw
impl UnsafeUnpin for Ltw
impl UnwindSafe for Ltw
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