#[repr(C)]pub struct wxd_Variant_t {
pub type_: i32,
pub data: wxd_Variant_t__bindgen_ty_1,
}Fields§
§type_: i32§data: wxd_Variant_t__bindgen_ty_1Trait Implementations§
Source§impl Clone for wxd_Variant_t
impl Clone for wxd_Variant_t
Source§fn clone(&self) -> wxd_Variant_t
fn clone(&self) -> wxd_Variant_t
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 moreimpl Copy for wxd_Variant_t
Auto Trait Implementations§
impl Freeze for wxd_Variant_t
impl RefUnwindSafe for wxd_Variant_t
impl !Send for wxd_Variant_t
impl !Sync for wxd_Variant_t
impl Unpin for wxd_Variant_t
impl UnwindSafe for wxd_Variant_t
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