#[repr(C)]pub struct sfTime {
pub microseconds: sfInt64,
}Fields§
§microseconds: sfInt64Trait Implementations§
Source§impl Ord for sfTime
impl Ord for sfTime
1.21.0 (const: unstable) · 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 PartialOrd for sfTime
impl PartialOrd for sfTime
impl Copy for sfTime
impl Eq for sfTime
impl StructuralPartialEq for sfTime
Auto Trait Implementations§
impl Freeze for sfTime
impl RefUnwindSafe for sfTime
impl Send for sfTime
impl Sync for sfTime
impl Unpin for sfTime
impl UnsafeUnpin for sfTime
impl UnwindSafe for sfTime
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