pub struct LazyPagesInitContext {
pub page_sizes: Vec<u32>,
pub global_names: Vec<LimitedStr<'static>>,
pub pages_storage_prefix: Vec<u8>,
}Fields§
§page_sizes: Vec<u32>§global_names: Vec<LimitedStr<'static>>§pages_storage_prefix: Vec<u8>Implementations§
Trait Implementations§
source§impl Clone for LazyPagesInitContext
impl Clone for LazyPagesInitContext
source§fn clone(&self) -> LazyPagesInitContext
fn clone(&self) -> LazyPagesInitContext
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 moreAuto Trait Implementations§
impl RefUnwindSafe for LazyPagesInitContext
impl Send for LazyPagesInitContext
impl Sync for LazyPagesInitContext
impl Unpin for LazyPagesInitContext
impl UnwindSafe for LazyPagesInitContext
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