Struct KSEVENT_CLOCK_POSITION
#[repr(transparent)]pub struct KSEVENT_CLOCK_POSITION(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for KSEVENT_CLOCK_POSITION
impl Clone for KSEVENT_CLOCK_POSITION
§fn clone(&self) -> KSEVENT_CLOCK_POSITION
fn clone(&self) -> KSEVENT_CLOCK_POSITION
Returns a copy 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 more§impl Debug for KSEVENT_CLOCK_POSITION
impl Debug for KSEVENT_CLOCK_POSITION
§impl Default for KSEVENT_CLOCK_POSITION
impl Default for KSEVENT_CLOCK_POSITION
§fn default() -> KSEVENT_CLOCK_POSITION
fn default() -> KSEVENT_CLOCK_POSITION
Returns the “default value” for a type. Read more
§impl PartialEq for KSEVENT_CLOCK_POSITION
impl PartialEq for KSEVENT_CLOCK_POSITION
impl Copy for KSEVENT_CLOCK_POSITION
impl Eq for KSEVENT_CLOCK_POSITION
impl StructuralPartialEq for KSEVENT_CLOCK_POSITION
Auto Trait Implementations§
impl Freeze for KSEVENT_CLOCK_POSITION
impl RefUnwindSafe for KSEVENT_CLOCK_POSITION
impl Send for KSEVENT_CLOCK_POSITION
impl Sync for KSEVENT_CLOCK_POSITION
impl Unpin for KSEVENT_CLOCK_POSITION
impl UnwindSafe for KSEVENT_CLOCK_POSITION
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