[][src]Struct zoom_sdk_windows_sys::ZOOMSDK_tagSettingDlgShowTabPageOption

#[repr(C)]pub struct ZOOMSDK_tagSettingDlgShowTabPageOption {
    pub bShowGeneral: bool,
    pub bShowVideo: bool,
    pub bShowAudio: bool,
    pub bShowShareScreen: bool,
    pub bShowVirtualBackGround: bool,
    pub bSHowRecording: bool,
    pub bShowAdvancedFeature: bool,
    pub bShowStatistics: bool,
    pub bShowFeedback: bool,
    pub bShowKeyboardShortcuts: bool,
    pub bShowAccessibility: bool,
}

\struct tagSettingDlgShowTabPageOption \brief Define the strategy to show the tab pages in the setting dialog. Here are more detailed structural descriptions.

Fields

bShowGeneral: bool

<True indicates to show general page

bShowVideo: bool

<True indicates to show video page

bShowAudio: bool

<True indicates to show audio page

bShowShareScreen: bool

<True indicates to show share screen page

bShowVirtualBackGround: bool

<True indicates to show virtual background page

bSHowRecording: bool

<True indicates to show recording page

bShowAdvancedFeature: bool

<True indicates to show advance feature page

bShowStatistics: bool

<True indicates to show staticstics page

bShowFeedback: bool

<True indicates to show feed back page

bShowKeyboardShortcuts: bool

<True indicates to show keyboard shortcuts page

bShowAccessibility: bool

<True indicates to show accessibility page

Trait Implementations

impl Clone for ZOOMSDK_tagSettingDlgShowTabPageOption[src]

impl Copy for ZOOMSDK_tagSettingDlgShowTabPageOption[src]

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