pub struct CefStringUtf8(/* private fields */);Expand description
See _cef_string_utf8_t for more documentation.
Implementations§
Trait Implementations§
Source§impl Clone for CefStringUtf8
impl Clone for CefStringUtf8
Source§fn clone(&self) -> CefStringUtf8
fn clone(&self) -> CefStringUtf8
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 Display for CefStringUtf8
impl Display for CefStringUtf8
Source§impl Drop for CefStringUtf8
impl Drop for CefStringUtf8
Source§impl From<&CefStringUserfreeUtf8> for CefStringUtf8
impl From<&CefStringUserfreeUtf8> for CefStringUtf8
Source§fn from(value: &CefStringUserfreeUtf8) -> Self
fn from(value: &CefStringUserfreeUtf8) -> Self
Converts to this type from the input type.
Source§impl From<&CefStringUtf16> for CefStringUtf8
impl From<&CefStringUtf16> for CefStringUtf8
Source§fn from(value: &CefStringUtf16) -> Self
fn from(value: &CefStringUtf16) -> Self
Converts to this type from the input type.
Source§impl From<&CefStringUtf8> for *const _cef_string_utf8_t
impl From<&CefStringUtf8> for *const _cef_string_utf8_t
Source§fn from(value: &CefStringUtf8) -> Self
fn from(value: &CefStringUtf8) -> Self
Converts to this type from the input type.
Source§impl From<&CefStringUtf8> for CefStringUtf16
impl From<&CefStringUtf8> for CefStringUtf16
Source§fn from(value: &CefStringUtf8) -> Self
fn from(value: &CefStringUtf8) -> Self
Converts to this type from the input type.
Source§impl From<&CefStringUtf8> for CefStringWide
impl From<&CefStringUtf8> for CefStringWide
Source§fn from(value: &CefStringUtf8) -> Self
fn from(value: &CefStringUtf8) -> Self
Converts to this type from the input type.
Source§impl From<&CefStringWide> for CefStringUtf8
impl From<&CefStringWide> for CefStringUtf8
Source§fn from(value: &CefStringWide) -> Self
fn from(value: &CefStringWide) -> Self
Converts to this type from the input type.
Source§impl From<&mut CefStringUtf8> for *mut _cef_string_utf8_t
impl From<&mut CefStringUtf8> for *mut _cef_string_utf8_t
Source§fn from(value: &mut CefStringUtf8) -> Self
fn from(value: &mut CefStringUtf8) -> Self
Converts to this type from the input type.
Source§impl From<&str> for CefStringUtf8
impl From<&str> for CefStringUtf8
Source§impl From<*const _cef_string_utf8_t> for CefStringUtf8
impl From<*const _cef_string_utf8_t> for CefStringUtf8
Source§fn from(value: *const _cef_string_utf8_t) -> Self
fn from(value: *const _cef_string_utf8_t) -> Self
Converts to this type from the input type.
Source§impl From<*mut _cef_string_utf8_t> for CefStringUtf8
impl From<*mut _cef_string_utf8_t> for CefStringUtf8
Source§fn from(value: *mut _cef_string_utf8_t) -> Self
fn from(value: *mut _cef_string_utf8_t) -> Self
Converts to this type from the input type.
Source§impl From<CefStringUtf8> for _cef_string_utf8_t
impl From<CefStringUtf8> for _cef_string_utf8_t
Source§fn from(value: CefStringUtf8) -> Self
fn from(value: CefStringUtf8) -> Self
Converts to this type from the input type.
Source§impl From<_cef_string_utf8_t> for CefStringUtf8
impl From<_cef_string_utf8_t> for CefStringUtf8
Source§fn from(value: _cef_string_utf8_t) -> Self
fn from(value: _cef_string_utf8_t) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CefStringUtf8
impl RefUnwindSafe for CefStringUtf8
impl !Send for CefStringUtf8
impl !Sync for CefStringUtf8
impl Unpin for CefStringUtf8
impl UnwindSafe for CefStringUtf8
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