Struct oaidl::SCode[][src]

pub struct SCode(pub i32);

Helper type for the OLE/COM+ type SCODE

Trait Implementations

impl SafeArrayElement for SCode
[src]

SFTYPE: u32 = VT_ERROR

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

Formats the value using the given formatter. Read more

impl Clone for SCode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SCode
[src]

impl Eq for SCode
[src]

impl Hash for SCode
[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 SCode
[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 SCode
[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 SCode
[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 SCode
[src]

Performs the conversion.

impl VariantExt for SCode
[src]

VARTYPE: u32 = VT_ERROR

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 SCode

impl Sync for SCode