[]Struct gstreamer::DateTime

pub struct DateTime(_);

Methods

impl DateTime[src]

pub fn new(
    tzoffset: f32,
    year: i32,
    month: i32,
    day: i32,
    hour: i32,
    minute: i32,
    seconds: f64
) -> DateTime
[src]

pub fn new_from_g_date_time(dt: &DateTime) -> Option<DateTime>[src]

pub fn new_from_iso8601_string(string: &str) -> Option<DateTime>[src]

pub fn new_from_unix_epoch_local_time(secs: i64) -> DateTime[src]

pub fn new_from_unix_epoch_utc(secs: i64) -> DateTime[src]

pub fn new_local_time(
    year: i32,
    month: i32,
    day: i32,
    hour: i32,
    minute: i32,
    seconds: f64
) -> DateTime
[src]

pub fn new_now_local_time() -> DateTime[src]

pub fn new_now_utc() -> DateTime[src]

pub fn new_y(year: i32) -> DateTime[src]

pub fn new_ym(year: i32, month: i32) -> DateTime[src]

pub fn new_ymd(year: i32, month: i32, day: i32) -> DateTime[src]

pub fn get_day(&self) -> i32[src]

pub fn get_hour(&self) -> i32[src]

pub fn get_microsecond(&self) -> i32[src]

pub fn get_minute(&self) -> i32[src]

pub fn get_month(&self) -> i32[src]

pub fn get_second(&self) -> i32[src]

pub fn get_time_zone_offset(&self) -> f32[src]

pub fn get_year(&self) -> i32[src]

pub fn has_day(&self) -> bool[src]

pub fn has_month(&self) -> bool[src]

pub fn has_second(&self) -> bool[src]

pub fn has_time(&self) -> bool[src]

pub fn has_year(&self) -> bool[src]

pub fn to_g_date_time(&self) -> Option<DateTime>[src]

pub fn to_iso8601_string(&self) -> Option<GString>[src]

Trait Implementations

impl PartialEq<DateTime> for DateTime[src]

impl Sync for DateTime[src]

impl Ord for DateTime[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Clone for DateTime

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Send for DateTime[src]

impl Eq for DateTime[src]

impl PartialOrd<DateTime> for DateTime[src]

impl Display for DateTime[src]

impl Hash for DateTime[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for DateTime[src]

impl StaticType for DateTime

Blanket Implementations

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> From for T[src]

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

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

type Owned = T

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<'a, T> ToGlibContainerFromSlice for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<T> ToValue for T where
    T: SetValue + ?Sized
[src]

impl<T> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized
[src]