Enum scte35_reader::SegmentationDescriptor [−][src]
Variants
Fields of Insert
program_segmentation_flag: boolsegmentation_duration_flag: booldelivery_not_restricted_flag: booldelivery_restrictions: DeliveryRestrictionFlagssegmentation_mode: SegmentationModesegmentation_duration: Option<u64>segmentation_upid: SegmentationUpidsegmentation_type_id: SegmentationTypeIdsegment_num: u8segments_expected: u8sub_segments: Option<SubSegments>Trait Implementations
impl Debug for SegmentationDescriptor[src]
impl Serialize for SegmentationDescriptor[src]
Auto Trait Implementations
impl RefUnwindSafe for SegmentationDescriptor
impl Send for SegmentationDescriptor
impl Sync for SegmentationDescriptor
impl Unpin for SegmentationDescriptor
impl UnwindSafe for SegmentationDescriptor
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,