pub struct PlannedSegment {
pub ordinal: u16,
pub start_ms: u64,
pub end_ms: u64,
}Fields§
§ordinal: u16§start_ms: u64§end_ms: u64Trait Implementations§
Source§impl Clone for PlannedSegment
impl Clone for PlannedSegment
Source§fn clone(&self) -> PlannedSegment
fn clone(&self) -> PlannedSegment
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 PlannedSegment
impl Debug for PlannedSegment
impl Eq for PlannedSegment
Source§impl PartialEq for PlannedSegment
impl PartialEq for PlannedSegment
impl StructuralPartialEq for PlannedSegment
Auto Trait Implementations§
impl Freeze for PlannedSegment
impl RefUnwindSafe for PlannedSegment
impl Send for PlannedSegment
impl Sync for PlannedSegment
impl Unpin for PlannedSegment
impl UnsafeUnpin for PlannedSegment
impl UnwindSafe for PlannedSegment
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