#[repr(C)]pub struct GFxValue {
pub objectInterface: *mut ObjectInterface,
pub type_: ValueType,
/* private fields */
}
Fields§
§objectInterface: *mut ObjectInterface
FIXME: Unknown ptr lifetime
type_: ValueType
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GFxValue
impl RefUnwindSafe for GFxValue
impl !Send for GFxValue
impl !Sync for GFxValue
impl Unpin for GFxValue
impl UnwindSafe for GFxValue
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