#[repr(C)]pub union GraphGenericValueTBindgenTy1 {
pub data: *const c_void,
pub str_: *const c_char,
pub f: *const f32,
pub uint64: *const u64,
pub uint32: *const u32,
pub vec2: *const Vec2T,
pub vec3: *const Vec3T,
pub vec4: *const Vec4T,
pub rect: *const RectT,
pub srgb: *const ColorSrgbT,
pub boolean: *const bool,
}Fields§
§data: *const c_void§str_: *const c_char§f: *const f32§uint64: *const u64§uint32: *const u32§vec2: *const Vec2T§vec3: *const Vec3T§vec4: *const Vec4T§rect: *const RectT§srgb: *const ColorSrgbT§boolean: *const boolTrait Implementations§
Source§impl Clone for GraphGenericValueTBindgenTy1
impl Clone for GraphGenericValueTBindgenTy1
Source§fn clone(&self) -> GraphGenericValueTBindgenTy1
fn clone(&self) -> GraphGenericValueTBindgenTy1
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 moreimpl Copy for GraphGenericValueTBindgenTy1
Auto Trait Implementations§
impl Freeze for GraphGenericValueTBindgenTy1
impl RefUnwindSafe for GraphGenericValueTBindgenTy1
impl !Send for GraphGenericValueTBindgenTy1
impl !Sync for GraphGenericValueTBindgenTy1
impl Unpin for GraphGenericValueTBindgenTy1
impl UnwindSafe for GraphGenericValueTBindgenTy1
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