Enum ts3plugin_sys::public_definitions::GroupWhisperTargetMode [] [src]

#[repr(C)]
pub enum GroupWhisperTargetMode { All, Currentchannel, Parentchannel, Allparentchannel, Channelfamily, Ancestorchannelfamily, Subchannels, Endmarker, }

Variants

Trait Implementations

impl Debug for GroupWhisperTargetMode
[src]

Formats the value using the given formatter.

impl PartialEq for GroupWhisperTargetMode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for GroupWhisperTargetMode
[src]

impl Clone for GroupWhisperTargetMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GroupWhisperTargetMode
[src]