#[repr(C)]pub struct VariablesExport {
pub items: [VariablesExportItem; 64],
}Fields§
§items: [VariablesExportItem; 64]Auto Trait Implementations§
impl Freeze for VariablesExport
impl RefUnwindSafe for VariablesExport
impl !Send for VariablesExport
impl !Sync for VariablesExport
impl Unpin for VariablesExport
impl UnwindSafe for VariablesExport
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