Struct module_generation::Pad
source · [−]pub struct Pad { /* private fields */ }Implementations
sourceimpl Pad
impl Pad
pub fn pad(
table_size: usize,
module: &mut CompiledModule,
options: ModuleGeneratorOptions
)
Auto Trait Implementations
impl RefUnwindSafe for Pad
impl Send for Pad
impl Sync for Pad
impl Unpin for Pad
impl UnwindSafe for Pad
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more