pub(crate) struct BlockInherit {Show 13 fields
pub(crate) indir: String,
pub(crate) last_bif_out: bool,
pub(crate) last_coalesce_out: bool,
pub(crate) block_count: u64,
pub(crate) bif_count: u64,
pub(crate) alias: String,
pub(crate) current_file: String,
pub(crate) current_dir: String,
pub(crate) include_files: Vec<String>,
pub(crate) locale_files: Vec<String>,
pub(crate) data_files: Vec<String>,
pub(crate) in_cache: bool,
pub(crate) in_only: bool,
}
Fields§
§indir: String
§last_bif_out: bool
§last_coalesce_out: bool
§block_count: u64
§bif_count: u64
§alias: String
§current_file: String
§current_dir: String
§include_files: Vec<String>
§locale_files: Vec<String>
§data_files: Vec<String>
§in_cache: bool
§in_only: bool
Implementations§
Source§impl BlockInherit
impl BlockInherit
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlockInherit
impl RefUnwindSafe for BlockInherit
impl Send for BlockInherit
impl Sync for BlockInherit
impl Unpin for BlockInherit
impl UnwindSafe for BlockInherit
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