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