Struct oaidl::Date[][src]

pub struct Date(pub f64);

Helper type for the OLE/COM+ type DATE

Trait Implementations

impl SafeArrayElement for Date
[src]

SFTYPE: u32 = VT_DATE

This is the VT value used to create the SAFEARRAY

gets a type from the safearray at the specified index (default impls use SafeArrayGetElement)

puts a type into the safearray at the specified index (default impls use SafeArrayPutElement)

impl Debug for Date
[src]

Formats the value using the given formatter. Read more

impl Clone for Date
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Date
[src]

impl PartialOrd for Date
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq for Date
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl From<DATE> for Date
[src]

Performs the conversion.

impl<'f> From<&'f DATE> for Date
[src]

Performs the conversion.

impl<'f> From<&'f mut DATE> for Date
[src]

Performs the conversion.

impl From<Date> for DATE
[src]

Performs the conversion.

impl<'f> From<&'f Date> for DATE
[src]

Performs the conversion.

impl<'f> From<&'f mut Date> for DATE
[src]

Performs the conversion.

impl AsRef<f64> for Date
[src]

Performs the conversion.

impl VariantExt for Date
[src]

VARTYPE: u32 = VT_DATE

VARTYPE constant value for the type

Call this associated function on a Ptr to obtain a value T

Convert a value of type T into a Ptr

Auto Trait Implementations

impl Send for Date

impl Sync for Date