Struct browser_window_c::cbw_WindowImpl
source · #[repr(C)]pub struct cbw_WindowImpl {}
Trait Implementations§
source§impl Clone for cbw_WindowImpl
impl Clone for cbw_WindowImpl
source§fn clone(&self) -> cbw_WindowImpl
fn clone(&self) -> cbw_WindowImpl
Returns a copy 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 cbw_WindowImpl
impl Debug for cbw_WindowImpl
impl Copy for cbw_WindowImpl
Auto Trait Implementations§
impl RefUnwindSafe for cbw_WindowImpl
impl Send for cbw_WindowImpl
impl Sync for cbw_WindowImpl
impl Unpin for cbw_WindowImpl
impl UnwindSafe for cbw_WindowImpl
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