pub struct PlannedSegment {
pub ordinal: u16,
pub start_ms: u64,
pub end_ms: u64,
}Fields§
§ordinal: u16§start_ms: u64§end_ms: u64Auto 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