#[repr(transparent)]pub struct KSPROPERTY_CLOCK(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl KSPROPERTY_CLOCK
impl KSPROPERTY_CLOCK
pub const KSPROPERTY_CLOCK_TIME: Self
pub const KSPROPERTY_CLOCK_PHYSICALTIME: Self
pub const KSPROPERTY_CLOCK_CORRELATEDTIME: Self
pub const KSPROPERTY_CLOCK_CORRELATEDPHYSICALTIME: Self
pub const KSPROPERTY_CLOCK_RESOLUTION: Self
pub const KSPROPERTY_CLOCK_STATE: Self
Trait Implementations§
Source§impl Abi for KSPROPERTY_CLOCK
impl Abi for KSPROPERTY_CLOCK
Source§type Abi = KSPROPERTY_CLOCK
type Abi = KSPROPERTY_CLOCK
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 KSPROPERTY_CLOCK
impl Clone for KSPROPERTY_CLOCK
Source§fn clone(&self) -> KSPROPERTY_CLOCK
fn clone(&self) -> KSPROPERTY_CLOCK
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 KSPROPERTY_CLOCK
impl Debug for KSPROPERTY_CLOCK
Source§impl Default for KSPROPERTY_CLOCK
impl Default for KSPROPERTY_CLOCK
Source§fn default() -> KSPROPERTY_CLOCK
fn default() -> KSPROPERTY_CLOCK
Returns the “default value” for a type. Read more
Source§impl From<i32> for KSPROPERTY_CLOCK
impl From<i32> for KSPROPERTY_CLOCK
Source§impl PartialEq for KSPROPERTY_CLOCK
impl PartialEq for KSPROPERTY_CLOCK
impl Copy for KSPROPERTY_CLOCK
impl Eq for KSPROPERTY_CLOCK
impl StructuralPartialEq for KSPROPERTY_CLOCK
Auto Trait Implementations§
impl Freeze for KSPROPERTY_CLOCK
impl RefUnwindSafe for KSPROPERTY_CLOCK
impl Send for KSPROPERTY_CLOCK
impl Sync for KSPROPERTY_CLOCK
impl Unpin for KSPROPERTY_CLOCK
impl UnwindSafe for KSPROPERTY_CLOCK
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