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