Struct encase::internal::ReadContext
source · pub struct ReadContext {
pub rts_array_max_el_to_read: Option<u32>,
}
Fields§
§rts_array_max_el_to_read: Option<u32>
max elements to read into the contained runtime sized array
used by the derive macro
Auto Trait Implementations§
impl Freeze for ReadContext
impl RefUnwindSafe for ReadContext
impl Send for ReadContext
impl Sync for ReadContext
impl Unpin for ReadContext
impl UnwindSafe for ReadContext
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