pub struct ReturnValue(/* private fields */);Expand description
See cef_return_value_t for more documentation.
Trait Implementations§
Source§impl AsMut<cef_return_value_t> for ReturnValue
impl AsMut<cef_return_value_t> for ReturnValue
Source§fn as_mut(&mut self) -> &mut cef_return_value_t
fn as_mut(&mut self) -> &mut cef_return_value_t
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<cef_return_value_t> for ReturnValue
impl AsRef<cef_return_value_t> for ReturnValue
Source§fn as_ref(&self) -> &cef_return_value_t
fn as_ref(&self) -> &cef_return_value_t
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ReturnValue
impl Clone for ReturnValue
Source§fn clone(&self) -> ReturnValue
fn clone(&self) -> ReturnValue
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 ReturnValue
impl Debug for ReturnValue
Source§impl Default for ReturnValue
impl Default for ReturnValue
Source§impl From<ReturnValue> for cef_return_value_t
impl From<ReturnValue> for cef_return_value_t
Source§fn from(value: ReturnValue) -> Self
fn from(value: ReturnValue) -> Self
Converts to this type from the input type.
Source§impl From<cef_return_value_t> for ReturnValue
impl From<cef_return_value_t> for ReturnValue
Source§fn from(value: cef_return_value_t) -> Self
fn from(value: cef_return_value_t) -> Self
Converts to this type from the input type.
Source§impl Hash for ReturnValue
impl Hash for ReturnValue
Source§impl PartialEq for ReturnValue
impl PartialEq for ReturnValue
impl Copy for ReturnValue
impl Eq for ReturnValue
impl StructuralPartialEq for ReturnValue
Auto Trait Implementations§
impl Freeze for ReturnValue
impl RefUnwindSafe for ReturnValue
impl Send for ReturnValue
impl Sync for ReturnValue
impl Unpin for ReturnValue
impl UnwindSafe for ReturnValue
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