#[repr(C)]pub struct _fvalue_t {
pub ftype: *mut ftype_t,
pub value: _fvalue_t__bindgen_ty_1,
}Fields§
§ftype: *mut ftype_t§value: _fvalue_t__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for _fvalue_t
impl RefUnwindSafe for _fvalue_t
impl !Send for _fvalue_t
impl !Sync for _fvalue_t
impl Unpin for _fvalue_t
impl UnwindSafe for _fvalue_t
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