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