Union titanium::desktop::gui::libdruid::piet::cairo::glib::gobject_ffi::GValue_data
pub union GValue_data {
pub v_int: i32,
pub v_uint: u32,
pub v_long: i64,
pub v_ulong: u64,
pub v_int64: i64,
pub v_uint64: u64,
pub v_float: f32,
pub v_double: f64,
pub v_pointer: *mut c_void,
}
Fields§
§v_int: i32
§v_uint: u32
§v_long: i64
§v_ulong: u64
§v_int64: i64
§v_uint64: u64
§v_float: f32
§v_double: f64
§v_pointer: *mut c_void
Trait Implementations§
§impl Clone for GValue_data
impl Clone for GValue_data
§fn clone(&self) -> GValue_data
fn clone(&self) -> GValue_data
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 more§impl Debug for GValue_data
impl Debug for GValue_data
impl Copy for GValue_data
Auto Trait Implementations§
impl RefUnwindSafe for GValue_data
impl !Send for GValue_data
impl !Sync for GValue_data
impl Unpin for GValue_data
impl UnwindSafe for GValue_data
Blanket Implementations§
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> RoundFrom<T> for T
impl<T> RoundFrom<T> for T
§fn round_from(x: T) -> T
fn round_from(x: T) -> T
Performs the conversion.
§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere U: RoundFrom<T>,
§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.