#[repr(C)]pub struct Program__bindgen_ty_1 {
pub __bindgen_anon_1: Program__bindgen_ty_1__bindgen_ty_1,
pub _blob2_opt_flag: bool,
}Fields§
§__bindgen_anon_1: Program__bindgen_ty_1__bindgen_ty_1§_blob2_opt_flag: boolAuto Trait Implementations§
impl Freeze for Program__bindgen_ty_1
impl RefUnwindSafe for Program__bindgen_ty_1
impl Send for Program__bindgen_ty_1
impl Sync for Program__bindgen_ty_1
impl Unpin for Program__bindgen_ty_1
impl UnwindSafe for Program__bindgen_ty_1
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