[][src]Struct zoom_sdk_windows_sys::ZOOMSDK_tagChatStatus

#[repr(C)]pub struct ZOOMSDK_tagChatStatus {
    pub ut: ZOOMSDK_tagChatStatus__bindgen_ty_1,
    pub is_chat_off: bool,
    pub is_webinar_attendee: bool,
    pub is_webinar_meeting: bool,
}

\struct tagChatStatus \brief The authority to chat in the specified meeting. Here are more detailed structural descriptions..

Fields

ut: ZOOMSDK_tagChatStatus__bindgen_ty_1

<The ut value depends on the value of the other members in the structure. When the value of is_webinar_meeting is false, the ut value is the NormalMeetingChatStausnormal_meeting_status. When the values of the is_webinar_meeting and the is_webinar_attendee is true, the ut value is WebinarAttendeeChatStatus webinar_attendee_status. The value of is_webinar_meeting is true while the is_webinar_attendee is false, the ut value is WebinarOtherUserRoleChatStatus webinar_other_status.

is_chat_off: bool

<TRUE indicates that it is disabled to chat in the specified meeting.

is_webinar_attendee: bool

<TRUE indicates that the owner of the current message is the attendee of the webinar.

is_webinar_meeting: bool

<TRUE indicates that the current meeting is webinar.

Trait Implementations

impl Clone for ZOOMSDK_tagChatStatus[src]

impl Copy for ZOOMSDK_tagChatStatus[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.