#[repr(C)]pub struct SystemCycleCount(/* private fields */);
Expand description
Represents the device system cycle count.
Implementations§
Source§impl SystemCycleCount
impl SystemCycleCount
Trait Implementations§
Source§impl Clone for SystemCycleCount
impl Clone for SystemCycleCount
Source§fn clone(&self) -> SystemCycleCount
fn clone(&self) -> SystemCycleCount
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 SystemCycleCount
impl Debug for SystemCycleCount
Source§impl Default for SystemCycleCount
impl Default for SystemCycleCount
Source§fn default() -> SystemCycleCount
fn default() -> SystemCycleCount
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SystemCycleCount
impl<'de> Deserialize<'de> for SystemCycleCount
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for SystemCycleCount
impl Display for SystemCycleCount
Source§impl From<&SystemCycleCount> for XfsMember
impl From<&SystemCycleCount> for XfsMember
Source§fn from(val: &SystemCycleCount) -> Self
fn from(val: &SystemCycleCount) -> Self
Converts to this type from the input type.
Source§impl From<&SystemCycleCount> for XfsValue
impl From<&SystemCycleCount> for XfsValue
Source§fn from(val: &SystemCycleCount) -> Self
fn from(val: &SystemCycleCount) -> Self
Converts to this type from the input type.
Source§impl From<&SystemCycleCount> for i32
impl From<&SystemCycleCount> for i32
Source§fn from(val: &SystemCycleCount) -> Self
fn from(val: &SystemCycleCount) -> Self
Converts to this type from the input type.
Source§impl From<&SystemCycleCount> for u32
impl From<&SystemCycleCount> for u32
Source§fn from(val: &SystemCycleCount) -> Self
fn from(val: &SystemCycleCount) -> Self
Converts to this type from the input type.
Source§impl From<&i32> for SystemCycleCount
impl From<&i32> for SystemCycleCount
Source§impl From<&u32> for SystemCycleCount
impl From<&u32> for SystemCycleCount
Source§impl From<SystemCycleCount> for XfsMember
impl From<SystemCycleCount> for XfsMember
Source§fn from(val: SystemCycleCount) -> Self
fn from(val: SystemCycleCount) -> Self
Converts to this type from the input type.
Source§impl From<SystemCycleCount> for XfsValue
impl From<SystemCycleCount> for XfsValue
Source§fn from(val: SystemCycleCount) -> Self
fn from(val: SystemCycleCount) -> Self
Converts to this type from the input type.
Source§impl From<SystemCycleCount> for i32
impl From<SystemCycleCount> for i32
Source§fn from(val: SystemCycleCount) -> Self
fn from(val: SystemCycleCount) -> Self
Converts to this type from the input type.
Source§impl From<SystemCycleCount> for u32
impl From<SystemCycleCount> for u32
Source§fn from(val: SystemCycleCount) -> Self
fn from(val: SystemCycleCount) -> Self
Converts to this type from the input type.
Source§impl From<i32> for SystemCycleCount
impl From<i32> for SystemCycleCount
Source§impl From<u32> for SystemCycleCount
impl From<u32> for SystemCycleCount
Source§impl PartialEq for SystemCycleCount
impl PartialEq for SystemCycleCount
Source§impl Serialize for SystemCycleCount
impl Serialize for SystemCycleCount
Source§impl TryFrom<&XfsMember> for SystemCycleCount
impl TryFrom<&XfsMember> for SystemCycleCount
Source§impl TryFrom<&XfsValue> for SystemCycleCount
impl TryFrom<&XfsValue> for SystemCycleCount
Source§impl TryFrom<XfsMember> for SystemCycleCount
impl TryFrom<XfsMember> for SystemCycleCount
Source§impl TryFrom<XfsValue> for SystemCycleCount
impl TryFrom<XfsValue> for SystemCycleCount
impl Copy for SystemCycleCount
impl Eq for SystemCycleCount
impl StructuralPartialEq for SystemCycleCount
Auto Trait Implementations§
impl Freeze for SystemCycleCount
impl RefUnwindSafe for SystemCycleCount
impl Send for SystemCycleCount
impl Sync for SystemCycleCount
impl Unpin for SystemCycleCount
impl UnwindSafe for SystemCycleCount
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