#[repr(C)]pub struct gvr_value {
pub value_type: i32,
pub flags: gvr_flags,
pub __bindgen_anon_1: gvr_value__bindgen_ty_1,
}Expand description
A generic container for various pure value types.
Fields§
§value_type: i32§flags: gvr_flags§__bindgen_anon_1: gvr_value__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for gvr_value
impl RefUnwindSafe for gvr_value
impl Send for gvr_value
impl Sync for gvr_value
impl Unpin for gvr_value
impl UnwindSafe for gvr_value
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