pub struct SegmentReference {
pub reference_type: bool,
pub reference_size: u32,
pub subsegment_duration: u32,
pub starts_with_sap: bool,
pub sap_type: u8,
pub sap_delta_time: u32,
}Fields§
§reference_type: bool§reference_size: u32§subsegment_duration: u32§starts_with_sap: bool§sap_type: u8§sap_delta_time: u32Trait Implementations§
Source§impl Clone for SegmentReference
impl Clone for SegmentReference
Source§fn clone(&self) -> SegmentReference
fn clone(&self) -> SegmentReference
Returns a duplicate of the value. Read more
1.0.0 · 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 SegmentReference
impl Debug for SegmentReference
Source§impl PartialEq for SegmentReference
impl PartialEq for SegmentReference
impl Eq for SegmentReference
impl StructuralPartialEq for SegmentReference
Auto Trait Implementations§
impl Freeze for SegmentReference
impl RefUnwindSafe for SegmentReference
impl Send for SegmentReference
impl Sync for SegmentReference
impl Unpin for SegmentReference
impl UnwindSafe for SegmentReference
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