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