Struct oaidl::VariantBool[][src]

pub struct VariantBool(_);

Helper type for the OLE/COM+ type VARIANT_BOOL

Trait Implementations

impl Debug for VariantBool
[src]

Formats the value using the given formatter. Read more

impl Clone for VariantBool
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VariantBool
[src]

impl Eq for VariantBool
[src]

impl Hash for VariantBool
[src]

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

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

impl Ord for VariantBool
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl PartialEq for VariantBool
[src]

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

This method tests for !=.

impl PartialOrd for VariantBool
[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 From<VariantBool> for VARIANT_BOOL
[src]

Performs the conversion.

impl<'v> From<&'v VariantBool> for VARIANT_BOOL
[src]

Performs the conversion.

impl<'v> From<&'v mut VariantBool> for VARIANT_BOOL
[src]

Performs the conversion.

impl From<VARIANT_BOOL> for VariantBool
[src]

Performs the conversion.

impl<'v> From<&'v VARIANT_BOOL> for VariantBool
[src]

Performs the conversion.

impl<'v> From<&'v mut VARIANT_BOOL> for VariantBool
[src]

Performs the conversion.

impl From<bool> for VariantBool
[src]

Performs the conversion.

impl<'b> From<&'b bool> for VariantBool
[src]

Performs the conversion.

impl<'b> From<&'b mut bool> for VariantBool
[src]

Performs the conversion.

impl From<VariantBool> for bool
[src]

Performs the conversion.

impl<'v> From<&'v VariantBool> for bool
[src]

Performs the conversion.

impl<'v> From<&'v mut VariantBool> for bool
[src]

Performs the conversion.

impl AsRef<bool> for VariantBool
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for VariantBool

impl Sync for VariantBool