#[repr(C)]pub struct sfTimeSpan {
pub offset: sfTime,
pub length: sfTime,
}
Fields§
§offset: sfTime
§length: sfTime
Trait Implementations§
Source§impl Clone for sfTimeSpan
impl Clone for sfTimeSpan
Source§fn clone(&self) -> sfTimeSpan
fn clone(&self) -> sfTimeSpan
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 sfTimeSpan
impl Debug for sfTimeSpan
Source§impl Hash for sfTimeSpan
impl Hash for sfTimeSpan
Source§impl Ord for sfTimeSpan
impl Ord for sfTimeSpan
Source§fn cmp(&self, other: &sfTimeSpan) -> Ordering
fn cmp(&self, other: &sfTimeSpan) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for sfTimeSpan
impl PartialEq for sfTimeSpan
Source§impl PartialOrd for sfTimeSpan
impl PartialOrd for sfTimeSpan
impl Copy for sfTimeSpan
impl Eq for sfTimeSpan
impl StructuralPartialEq for sfTimeSpan
Auto Trait Implementations§
impl Freeze for sfTimeSpan
impl RefUnwindSafe for sfTimeSpan
impl Send for sfTimeSpan
impl Sync for sfTimeSpan
impl Unpin for sfTimeSpan
impl UnwindSafe for sfTimeSpan
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