Struct oaidl::Int[][src]

pub struct Int(pub i32);

Helper type for the OLE/COM+ type INT

Trait Implementations

impl SafeArrayElement for Int
[src]

SFTYPE: u32 = VT_INT

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 Int
[src]

Formats the value using the given formatter. Read more

impl Clone for Int
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Int
[src]

impl Eq for Int
[src]

impl Hash for Int
[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 Int
[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 Int
[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 Int
[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 AsRef<i32> for Int
[src]

Performs the conversion.

impl VariantExt for Int
[src]

VARTYPE: u32 = VT_INT

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 Int

impl Sync for Int