#[repr(C, packed(1))]pub struct PrRatioTime {
pub mValue: prInt64,
pub mScale: prInt64,
}Expand description
RatioTime is used where value that are not representable by ticks are needed.
Fields§
§mValue: prInt64§mScale: prInt64Trait Implementations§
Source§impl Clone for PrRatioTime
impl Clone for PrRatioTime
Source§fn clone(&self) -> PrRatioTime
fn clone(&self) -> PrRatioTime
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 PrRatioTime
impl Debug for PrRatioTime
impl Copy for PrRatioTime
Auto Trait Implementations§
impl Freeze for PrRatioTime
impl RefUnwindSafe for PrRatioTime
impl Send for PrRatioTime
impl Sync for PrRatioTime
impl Unpin for PrRatioTime
impl UnwindSafe for PrRatioTime
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