#[repr(C)]pub struct RiceData {
pub tag: RiceData_Tag,
pub field1: RiceData__bindgen_ty_1,
}Fields§
§tag: RiceData_Tag§field1: RiceData__bindgen_ty_1Auto Trait Implementations§
impl Freeze for RiceData
impl RefUnwindSafe for RiceData
impl !Send for RiceData
impl !Sync for RiceData
impl Unpin for RiceData
impl UnwindSafe for RiceData
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