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