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 duplicate 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 Freeze for LazyPagesInitContext
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