[][src]Struct intercom_common::model::ComLibrary

pub struct ComLibrary { /* fields omitted */ }

COM library details derived from the com_library attribute.

Methods

impl ComLibrary[src]

pub fn parse(
    crate_name: &str,
    attr_params: TokenStream
) -> ParseResult<ComLibrary>
[src]

Parses a [com_library] attribute.

pub fn name(&self) -> &str[src]

Library name.

pub fn libid(&self) -> &GUID[src]

Library LIBID.

pub fn coclasses(&self) -> &[Path][src]

CoClasses exposed by the library.

pub fn add_coclass(&mut self, clsid: Path)[src]

Adds a coclass.

Trait Implementations

impl PartialEq<ComLibrary> for ComLibrary[src]

impl Debug for ComLibrary[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]