Struct oaidl::Currency[][src]

pub struct Currency(pub i64);

Helper type for the OLE/COM+ type CY

Trait Implementations

impl SafeArrayElement for Currency
[src]

SFTYPE: u32 = VT_CY

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 Clone for Currency
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Currency
[src]

impl Debug for Currency
[src]

Formats the value using the given formatter. Read more

impl Eq for Currency
[src]

impl Hash for Currency
[src]

Feeds this value into the given [Hasher]. Read more

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

impl PartialOrd for Currency
[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 Currency
[src]

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

This method tests for !=.

impl From<i64> for Currency
[src]

Performs the conversion.

impl<'i> From<&'i i64> for Currency
[src]

Performs the conversion.

impl<'i> From<&'i mut i64> for Currency
[src]

Performs the conversion.

impl From<CY> for Currency
[src]

Performs the conversion.

impl<'c> From<&'c CY> for Currency
[src]

Performs the conversion.

impl<'c> From<&'c mut CY> for Currency
[src]

Performs the conversion.

impl From<Currency> for CY
[src]

Performs the conversion.

impl<'c> From<&'c Currency> for CY
[src]

Performs the conversion.

impl<'c> From<&'c mut Currency> for CY
[src]

Performs the conversion.

impl AsRef<i64> for Currency
[src]

Performs the conversion.

impl VariantExt for Currency
[src]

VARTYPE: u32 = VT_CY

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 Currency

impl Sync for Currency