#[repr(C)]pub struct wxd_ActivityIndicator { /* private fields */ }Trait Implementations§
Source§impl Clone for wxd_ActivityIndicator
impl Clone for wxd_ActivityIndicator
Source§fn clone(&self) -> wxd_ActivityIndicator
fn clone(&self) -> wxd_ActivityIndicator
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 wxd_ActivityIndicator
impl Debug for wxd_ActivityIndicator
impl Copy for wxd_ActivityIndicator
Auto Trait Implementations§
impl Freeze for wxd_ActivityIndicator
impl RefUnwindSafe for wxd_ActivityIndicator
impl Send for wxd_ActivityIndicator
impl Sync for wxd_ActivityIndicator
impl Unpin for wxd_ActivityIndicator
impl UnwindSafe for wxd_ActivityIndicator
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