#[repr(C)]pub struct FxPlugRustTime {
pub value: i64,
pub timescale: i32,
pub flags: u32,
pub epoch: i64,
}Fields§
§value: i64§timescale: i32§flags: u32§epoch: i64Trait Implementations§
Source§impl Clone for FxPlugRustTime
impl Clone for FxPlugRustTime
Source§fn clone(&self) -> FxPlugRustTime
fn clone(&self) -> FxPlugRustTime
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 FxPlugRustTime
impl Debug for FxPlugRustTime
Source§impl Default for FxPlugRustTime
impl Default for FxPlugRustTime
Source§fn default() -> FxPlugRustTime
fn default() -> FxPlugRustTime
Returns the “default value” for a type. Read more
Source§impl PartialEq for FxPlugRustTime
impl PartialEq for FxPlugRustTime
impl Copy for FxPlugRustTime
impl Eq for FxPlugRustTime
impl StructuralPartialEq for FxPlugRustTime
Auto Trait Implementations§
impl Freeze for FxPlugRustTime
impl RefUnwindSafe for FxPlugRustTime
impl Send for FxPlugRustTime
impl Sync for FxPlugRustTime
impl Unpin for FxPlugRustTime
impl UnsafeUnpin for FxPlugRustTime
impl UnwindSafe for FxPlugRustTime
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