pub struct BaseScoped(/* private fields */);Expand description
See _cef_base_scoped_t for more documentation.
Trait Implementations§
Source§impl Clone for BaseScoped
impl Clone for BaseScoped
Source§fn clone(&self) -> BaseScoped
fn clone(&self) -> BaseScoped
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 ConvertParam<*mut _cef_base_scoped_t> for &BaseScoped
impl ConvertParam<*mut _cef_base_scoped_t> for &BaseScoped
fn into_raw(self) -> *mut _cef_base_scoped_t
Source§impl ConvertParam<*mut _cef_base_scoped_t> for &mut BaseScoped
impl ConvertParam<*mut _cef_base_scoped_t> for &mut BaseScoped
fn into_raw(self) -> *mut _cef_base_scoped_t
Source§impl ConvertReturnValue<BaseScoped> for *mut _cef_base_scoped_t
impl ConvertReturnValue<BaseScoped> for *mut _cef_base_scoped_t
fn wrap_result(self) -> BaseScoped
Source§impl From<BaseScoped> for *mut _cef_base_scoped_t
impl From<BaseScoped> for *mut _cef_base_scoped_t
Source§fn from(value: BaseScoped) -> Self
fn from(value: BaseScoped) -> Self
Converts to this type from the input type.
impl Copy for BaseScoped
Auto Trait Implementations§
impl Freeze for BaseScoped
impl RefUnwindSafe for BaseScoped
impl !Send for BaseScoped
impl !Sync for BaseScoped
impl Unpin for BaseScoped
impl UnwindSafe for BaseScoped
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