#[repr(C)]pub struct KSCORRELATED_TIME {
pub Time: i64,
pub SystemTime: i64,
}Fields§
§Time: i64§SystemTime: i64Trait Implementations§
Source§impl Abi for KSCORRELATED_TIME
impl Abi for KSCORRELATED_TIME
Source§type Abi = KSCORRELATED_TIME
type Abi = KSCORRELATED_TIME
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for KSCORRELATED_TIME
impl Clone for KSCORRELATED_TIME
Source§fn clone(&self) -> KSCORRELATED_TIME
fn clone(&self) -> KSCORRELATED_TIME
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for KSCORRELATED_TIME
Source§impl Debug for KSCORRELATED_TIME
impl Debug for KSCORRELATED_TIME
Source§impl Default for KSCORRELATED_TIME
impl Default for KSCORRELATED_TIME
impl Eq for KSCORRELATED_TIME
Auto Trait Implementations§
impl Freeze for KSCORRELATED_TIME
impl RefUnwindSafe for KSCORRELATED_TIME
impl Send for KSCORRELATED_TIME
impl Sync for KSCORRELATED_TIME
impl Unpin for KSCORRELATED_TIME
impl UnsafeUnpin for KSCORRELATED_TIME
impl UnwindSafe for KSCORRELATED_TIME
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