pub struct DvbLocatorWindows {
pub early_start_window: u8,
pub late_end_window: u8,
}Expand description
Time windows within a DVB binary locator (Table 31).
Fields§
§early_start_window: u8early_start_window (3 bits).
late_end_window: u8late_end_window (5 bits).
Trait Implementations§
Source§impl Clone for DvbLocatorWindows
impl Clone for DvbLocatorWindows
Source§fn clone(&self) -> DvbLocatorWindows
fn clone(&self) -> DvbLocatorWindows
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 DvbLocatorWindows
impl Debug for DvbLocatorWindows
impl Eq for DvbLocatorWindows
Source§impl PartialEq for DvbLocatorWindows
impl PartialEq for DvbLocatorWindows
Source§fn eq(&self, other: &DvbLocatorWindows) -> bool
fn eq(&self, other: &DvbLocatorWindows) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DvbLocatorWindows
impl Serialize for DvbLocatorWindows
impl StructuralPartialEq for DvbLocatorWindows
Auto Trait Implementations§
impl Freeze for DvbLocatorWindows
impl RefUnwindSafe for DvbLocatorWindows
impl Send for DvbLocatorWindows
impl Sync for DvbLocatorWindows
impl Unpin for DvbLocatorWindows
impl UnsafeUnpin for DvbLocatorWindows
impl UnwindSafe for DvbLocatorWindows
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