#[repr(C)]pub struct M3Global {
pub import: M3ImportInfo,
pub __bindgen_anon_1: M3Global__bindgen_ty_1,
pub initExpr: bytes_t,
pub initExprSize: u32_,
pub type_: u8_,
pub imported: bool,
pub isMutable: bool,
}Fields§
§import: M3ImportInfo§__bindgen_anon_1: M3Global__bindgen_ty_1§initExpr: bytes_t§initExprSize: u32_§type_: u8_§imported: bool§isMutable: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for M3Global
impl RefUnwindSafe for M3Global
impl !Send for M3Global
impl !Sync for M3Global
impl Unpin for M3Global
impl UnwindSafe for M3Global
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