#[repr(C)]pub struct moduleStackItem {
pub changeFlag: bool,
pub theModule: *mut Defmodule,
pub next: *mut ModuleStackItem,
}Fields§
§changeFlag: bool§theModule: *mut Defmodule§next: *mut ModuleStackItemTrait Implementations§
Source§impl Clone for moduleStackItem
impl Clone for moduleStackItem
Source§fn clone(&self) -> moduleStackItem
fn clone(&self) -> moduleStackItem
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for moduleStackItem
impl Debug for moduleStackItem
Source§impl Default for moduleStackItem
impl Default for moduleStackItem
impl Copy for moduleStackItem
Auto Trait Implementations§
impl Freeze for moduleStackItem
impl RefUnwindSafe for moduleStackItem
impl !Send for moduleStackItem
impl !Sync for moduleStackItem
impl Unpin for moduleStackItem
impl UnwindSafe for moduleStackItem
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