[][src]Struct zoom_sdk_windows_sys::ZOOMSDK_tagShowSettingDlgParam

#[repr(C)]pub struct ZOOMSDK_tagShowSettingDlgParam {
    pub hParent: HWND,
    pub top: c_int,
    pub left: c_int,
    pub hSettingWnd: HWND,
    pub bShow: bool,
    pub bCenter: bool,
    pub eTabPageType: ZOOMSDK_SettingTabPage,
}

\struct tagShowChatDlgParam \brief Display the parameter of the meeting chat dialog. Here are more detailed structural descriptions.

Fields

hParent: HWND

<Parent window handle.

top: c_int

<The Y-axis value of the top-left corner of the dialog uses the coordinate system of the monitor.

left: c_int

<The X-axis value of the top-left corner of the dialog uses the coordinate system of the monitor.

hSettingWnd: HWND

<Window handle of the dialog setting.

bShow: bool

<Enable to display or nor.

bCenter: bool

<Enable to display the dialog at the center of the screen and discard the value of top and left

eTabPageType: ZOOMSDK_SettingTabPage

<The tab page shown at the top of the displayed setting dialog.

Trait Implementations

impl Clone for ZOOMSDK_tagShowSettingDlgParam[src]

impl Copy for ZOOMSDK_tagShowSettingDlgParam[src]

impl Debug for ZOOMSDK_tagShowSettingDlgParam[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.