#[repr(C)]pub struct PhidgetGPS_Time {
pub tm_ms: i16,
pub tm_sec: i16,
pub tm_min: i16,
pub tm_hour: i16,
}
Fields§
§tm_ms: i16
§tm_sec: i16
§tm_min: i16
§tm_hour: i16
Trait Implementations§
Source§impl Clone for PhidgetGPS_Time
impl Clone for PhidgetGPS_Time
Source§fn clone(&self) -> PhidgetGPS_Time
fn clone(&self) -> PhidgetGPS_Time
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PhidgetGPS_Time
impl Debug for PhidgetGPS_Time
impl Copy for PhidgetGPS_Time
Auto Trait Implementations§
impl Freeze for PhidgetGPS_Time
impl RefUnwindSafe for PhidgetGPS_Time
impl Send for PhidgetGPS_Time
impl Sync for PhidgetGPS_Time
impl Unpin for PhidgetGPS_Time
impl UnwindSafe for PhidgetGPS_Time
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