#[repr(C)]
pub union Value_ValUnion {
pub ival: c_int,
pub str_: *mut c_char,
}Fields§
§ival: c_int§str_: *mut c_charTrait Implementations§
Source§impl Clone for Value_ValUnion
impl Clone for Value_ValUnion
Source§fn clone(&self) -> Value_ValUnion
fn clone(&self) -> Value_ValUnion
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for Value_ValUnion
impl Default for Value_ValUnion
impl Copy for Value_ValUnion
Auto Trait Implementations§
impl Freeze for Value_ValUnion
impl RefUnwindSafe for Value_ValUnion
impl !Send for Value_ValUnion
impl !Sync for Value_ValUnion
impl Unpin for Value_ValUnion
impl UnwindSafe for Value_ValUnion
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