Struct encase::internal::WriteContext
source · pub struct WriteContext {
pub rts_array_length: Option<u32>,
}
Fields§
§rts_array_length: Option<u32>
length of the contained runtime sized array
used by the derive macro
Auto Trait Implementations§
impl Freeze for WriteContext
impl RefUnwindSafe for WriteContext
impl Send for WriteContext
impl Sync for WriteContext
impl Unpin for WriteContext
impl UnwindSafe for WriteContext
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