Struct ptp_extts_event
#[repr(C)]
pub struct ptp_extts_event { pub t: ptp_clock_time, /* private fields */ }
Fields
t: ptp_clock_time
Trait Implementations
impl Clone for ptp_extts_event
fn clone(&self) -> ptp_extts_event
impl Copy for ptp_extts_event
impl Debug for ptp_extts_event
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Eq for ptp_extts_event
impl Hash for ptp_extts_event
fn hash<__H: Hasher>(&self, state: &mut __H)
impl PartialEq for ptp_extts_event
fn eq(&self, other: &ptp_extts_event) -> bool
impl StructuralPartialEq for ptp_extts_event
Auto Trait Implementations
impl Freeze for ptp_extts_event
impl RefUnwindSafe for ptp_extts_event
impl Send for ptp_extts_event
impl Sync for ptp_extts_event
impl Unpin for ptp_extts_event
impl UnsafeUnpin for ptp_extts_event
impl UnwindSafe for ptp_extts_event
Blanket Implementations
impl<T> Any for ptp_extts_event
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for ptp_extts_event
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for ptp_extts_event
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for ptp_extts_event
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for ptp_extts_event
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for ptp_extts_event
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for ptp_extts_event
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for ptp_extts_event
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>