[][src]Struct tinkerforge::real_time_clock_bricklet::AlarmEvent

pub struct AlarmEvent {
    pub year: u16,
    pub month: u8,
    pub day: u8,
    pub hour: u8,
    pub minute: u8,
    pub second: u8,
    pub centisecond: u8,
    pub weekday: u8,
    pub timestamp: i64,
}

Fields

year: u16month: u8day: u8hour: u8minute: u8second: u8centisecond: u8weekday: u8timestamp: i64

Trait Implementations

impl FromByteSlice for AlarmEvent[src]

impl Clone for AlarmEvent[src]

impl Copy for AlarmEvent[src]

impl Default for AlarmEvent[src]

impl Eq for AlarmEvent[src]

impl PartialEq<AlarmEvent> for AlarmEvent[src]

impl Debug for AlarmEvent[src]

impl Hash for AlarmEvent[src]

impl StructuralPartialEq for AlarmEvent[src]

impl StructuralEq for AlarmEvent[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self