pub struct MediaSinkIconType(/* private fields */);
Expand description
See cef_media_sink_icon_type_t
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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MediaSinkIconType
impl Debug for MediaSinkIconType
Source§impl Default for MediaSinkIconType
impl Default 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 Copy for MediaSinkIconType
impl Eq 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 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