[][src]Struct zoom_sdk_windows_sys::ZOOMSDK_tagCustomizedLanguageInfo

#[repr(C)]pub struct ZOOMSDK_tagCustomizedLanguageInfo {
    pub langName: *const c_char,
    pub langInfo: *const c_char,
    pub langType: ZOOMSDK_CustomizedLanguageType,
}

\struct CustomizedLanguageType \brief The custom resource information used by the SDK. Here are more detailed structural descriptions.

Fields

langName: *const c_char

<Resource name.

langInfo: *const c_char

<The value should be the full path of the resource file when the langType value is CustomizedLanguage_FilePath, including the file name. When the langType value is CustomizedLanguage_Content, the value saves the content of the resource.

langType: ZOOMSDK_CustomizedLanguageType

<Use the custom resource type.

Trait Implementations

impl Clone for ZOOMSDK_tagCustomizedLanguageInfo[src]

impl Copy for ZOOMSDK_tagCustomizedLanguageInfo[src]

impl Debug for ZOOMSDK_tagCustomizedLanguageInfo[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.