#[repr(C)]pub struct _cef_media_sink_device_info_t {
pub size: usize,
pub ip_address: cef_string_t,
pub port: c_int,
pub model_name: cef_string_t,
}Expand description
Device information for a MediaSink object.
Fields§
§size: usizeSize of this structure.
ip_address: cef_string_t§port: c_int§model_name: cef_string_tTrait Implementations§
Source§impl Clone for _cef_media_sink_device_info_t
impl Clone for _cef_media_sink_device_info_t
Source§fn clone(&self) -> _cef_media_sink_device_info_t
fn clone(&self) -> _cef_media_sink_device_info_t
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 moreimpl Copy for _cef_media_sink_device_info_t
Auto Trait Implementations§
impl Freeze for _cef_media_sink_device_info_t
impl RefUnwindSafe for _cef_media_sink_device_info_t
impl !Send for _cef_media_sink_device_info_t
impl !Sync for _cef_media_sink_device_info_t
impl Unpin for _cef_media_sink_device_info_t
impl UnwindSafe for _cef_media_sink_device_info_t
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