#[repr(C)]pub struct PhidgetGPS_Date {
pub tm_mday: i16,
pub tm_mon: i16,
pub tm_year: i16,
}
Fields§
§tm_mday: i16
§tm_mon: i16
§tm_year: i16
Trait Implementations§
Source§impl Clone for PhidgetGPS_Date
impl Clone for PhidgetGPS_Date
Source§fn clone(&self) -> PhidgetGPS_Date
fn clone(&self) -> PhidgetGPS_Date
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_Date
impl Debug for PhidgetGPS_Date
impl Copy for PhidgetGPS_Date
Auto Trait Implementations§
impl Freeze for PhidgetGPS_Date
impl RefUnwindSafe for PhidgetGPS_Date
impl Send for PhidgetGPS_Date
impl Sync for PhidgetGPS_Date
impl Unpin for PhidgetGPS_Date
impl UnwindSafe for PhidgetGPS_Date
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