#[repr(C)]pub struct ptp_extts_event {
pub t: ptp_clock_time,
/* private fields */
}
Fields§
§t: ptp_clock_time
Trait Implementations§
Source§impl Clone for ptp_extts_event
impl Clone for ptp_extts_event
Source§fn clone(&self) -> ptp_extts_event
fn clone(&self) -> ptp_extts_event
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 moreimpl Copy 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 UnwindSafe for ptp_extts_event
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