Struct MseTimeRange
#[repr(C)]pub struct MseTimeRange {
pub Start: TimeSpan,
pub End: TimeSpan,
}
Fields§
§Start: TimeSpan
§End: TimeSpan
Trait Implementations§
§impl Clone for MseTimeRange
impl Clone for MseTimeRange
§fn clone(&self) -> MseTimeRange
fn clone(&self) -> MseTimeRange
Returns a copy 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 more§impl Debug for MseTimeRange
impl Debug for MseTimeRange
§impl Default for MseTimeRange
impl Default for MseTimeRange
§fn default() -> MseTimeRange
fn default() -> MseTimeRange
Returns the “default value” for a type. Read more
§impl PartialEq for MseTimeRange
impl PartialEq for MseTimeRange
impl Copy for MseTimeRange
impl StructuralPartialEq for MseTimeRange
Auto Trait Implementations§
impl Freeze for MseTimeRange
impl RefUnwindSafe for MseTimeRange
impl Send for MseTimeRange
impl Sync for MseTimeRange
impl Unpin for MseTimeRange
impl UnwindSafe for MseTimeRange
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