pub struct MediaSinkIconType(/* private fields */);Expand description
See cef_media_sink_icon_type_t for more documentation.
Implementations§
Source§impl MediaSinkIconType
impl MediaSinkIconType
Sourcepub const CAST: Self
pub const CAST: Self
See cef_media_sink_icon_type_t::CEF_MSIT_CAST for more documentation.
Sourcepub const CAST_AUDIO_GROUP: Self
pub const CAST_AUDIO_GROUP: Self
See cef_media_sink_icon_type_t::CEF_MSIT_CAST_AUDIO_GROUP for more documentation.
Sourcepub const CAST_AUDIO: Self
pub const CAST_AUDIO: Self
See cef_media_sink_icon_type_t::CEF_MSIT_CAST_AUDIO for more documentation.
Sourcepub const MEETING: Self
pub const MEETING: Self
See cef_media_sink_icon_type_t::CEF_MSIT_MEETING for more documentation.
Sourcepub const HANGOUT: Self
pub const HANGOUT: Self
See cef_media_sink_icon_type_t::CEF_MSIT_HANGOUT for more documentation.
Sourcepub const EDUCATION: Self
pub const EDUCATION: Self
See cef_media_sink_icon_type_t::CEF_MSIT_EDUCATION for more documentation.
Sourcepub const WIRED_DISPLAY: Self
pub const WIRED_DISPLAY: Self
See cef_media_sink_icon_type_t::CEF_MSIT_WIRED_DISPLAY for more documentation.
Sourcepub const GENERIC: Self
pub const GENERIC: Self
See cef_media_sink_icon_type_t::CEF_MSIT_GENERIC for more documentation.
Sourcepub const NUM_VALUES: Self
pub const NUM_VALUES: Self
See cef_media_sink_icon_type_t::CEF_MSIT_NUM_VALUES for more documentation.
Trait Implementations§
Source§impl AsMut<cef_media_sink_icon_type_t> for MediaSinkIconType
impl AsMut<cef_media_sink_icon_type_t> for MediaSinkIconType
Source§fn as_mut(&mut self) -> &mut cef_media_sink_icon_type_t
fn as_mut(&mut self) -> &mut cef_media_sink_icon_type_t
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<cef_media_sink_icon_type_t> for MediaSinkIconType
impl AsRef<cef_media_sink_icon_type_t> for MediaSinkIconType
Source§fn as_ref(&self) -> &cef_media_sink_icon_type_t
fn as_ref(&self) -> &cef_media_sink_icon_type_t
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for MediaSinkIconType
impl Clone for MediaSinkIconType
Source§fn clone(&self) -> MediaSinkIconType
fn clone(&self) -> MediaSinkIconType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MediaSinkIconType
Source§impl Debug for MediaSinkIconType
impl Debug for MediaSinkIconType
Source§impl Default for MediaSinkIconType
impl Default for MediaSinkIconType
impl Eq for MediaSinkIconType
Source§impl From<MediaSinkIconType> for cef_media_sink_icon_type_t
impl From<MediaSinkIconType> for cef_media_sink_icon_type_t
Source§fn from(value: MediaSinkIconType) -> Self
fn from(value: MediaSinkIconType) -> Self
Converts to this type from the input type.
Source§impl From<cef_media_sink_icon_type_t> for MediaSinkIconType
impl From<cef_media_sink_icon_type_t> for MediaSinkIconType
Source§fn from(value: cef_media_sink_icon_type_t) -> Self
fn from(value: cef_media_sink_icon_type_t) -> Self
Converts to this type from the input type.
Source§impl Hash for MediaSinkIconType
impl Hash for MediaSinkIconType
Source§impl PartialEq for MediaSinkIconType
impl PartialEq for MediaSinkIconType
impl StructuralPartialEq for MediaSinkIconType
Auto Trait Implementations§
impl Freeze for MediaSinkIconType
impl RefUnwindSafe for MediaSinkIconType
impl Send for MediaSinkIconType
impl Sync for MediaSinkIconType
impl Unpin for MediaSinkIconType
impl UnsafeUnpin for MediaSinkIconType
impl UnwindSafe for MediaSinkIconType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more